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

Simplifying setup.py.

parent f0350d25
No related branches found
No related tags found
No related merge requests found
...@@ -27,20 +27,14 @@ def main(): ...@@ -27,20 +27,14 @@ def main():
"ase==3.15.0", "ase==3.15.0",
"setuptools", "setuptools",
"scipy", "scipy",
"panedr==0.2", "panedr==0.2",
"parmed==3.0.0", "parmed==3.0.0",
"pandas", "pandas",
"pyyaml", "pyyaml",
"h5py", "h5py",
"hjson", "hjson",
"enum34"], "mdtraj==1.9.1",
extras_require={ "mdanalysis==0.16.2"]
"md": [
"mdtraj==1.9.1",
"mdanalysis==0.16.2"
]
},
) )
# Run main function by default # Run main function by default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment