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

Removed test package from setup.py

parent 10973cb7
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ def main(): ...@@ -22,7 +22,7 @@ def main():
description='NOMAD parser implementation for VASP.', description='NOMAD parser implementation for VASP.',
author='Fawzi Mohamed, Lauri Himanen, Danio Brambila, Ankit Kariryaa, Henning Glawe', author='Fawzi Mohamed, Lauri Himanen, Danio Brambila, Ankit Kariryaa, Henning Glawe',
license='APACHE 2.0', license='APACHE 2.0',
packages=find_packages(), packages=find_packages(exclude=['test']),
install_requires=[ install_requires=[
'nomadcore' '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