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

Added metainfo to setup.py.

parent d39c14cf
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,9 @@ def main():
author='', # add your names
license='APACHE 2.0',
packages=find_packages(),
package_data={
'skeletonparser': ['*.json']
},
install_requires=[
'nomadcore'
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment