Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Apr 25, 2018
2 parents 323bbf5 + 8ef9eec commit 872dadd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.append(os.path.abspath('../../'))
import aiida_kkr

# -- General configuration ------------------------------------------------
Expand Down
8 changes: 7 additions & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"url": "https://github.com/broeder-j/aiida-kkr",
"license": "MIT",
"classifiers": [
"Programming Language :: Python"
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Development Status :: 4 - Beta",
"Environment :: Plugins",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Physics",
"Natural Language :: English"
],
"version": "0.1.0",
"setup_requires": ["reentry"],
Expand Down
13 changes: 13 additions & 0 deletions setup_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@



# for support of the xml files and parsers
aiida>=0.9.0

# for utilities
#ase
#pymatgen

# for auto tests
pgtest
pytest-cov >= 2.5.0

0 comments on commit 872dadd

Please sign in to comment.