Skip to content

Commit

Permalink
Added dependencies to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed May 21, 2014
1 parent f6365a2 commit 4c52530
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

setup(
name='qeutil',
version='0.1.15',
packages=['qeutil',],
version='0.1.16',
packages=['qeutil'],
license='GPLv3',
description = 'A set of utilities for Quantum Espresso',
author = 'Paweł T. Jochym',
author_email = '[email protected]',
url = 'https://github.com/jochym/qe-util', # use the URL to the github repo
download_url = 'https://github.com/jochym/qe-util/tarball/0.1.10', # I'll explain this in a second
keywords = ['science', 'physics', 'quantum-espresso'], # arbitrary keywords
url = 'https://github.com/jochym/qe-util',
download_url = 'https://github.com/jochym/qe-util/',
keywords = ['science', 'physics', 'quantum-espresso'],
requires = ['ase','numpy','scipy','pyspglib'],
classifiers = [],
)

0 comments on commit 4c52530

Please sign in to comment.