Skip to content
Snippets Groups Projects
Commit 59a82b9b authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Simplifying setup.py.

parent e3a0ab05
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,9 @@ def main():
license='GPL3',
package_dir={'': './'},
packages=find_packages(),
include_package_data=True,
package_data={
'cpmdparser.versions.cpmd41': ['input_data/cpmd_input_tree.pickle'],
},
install_requires=[
'nomadcore',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment