Skip to content
Snippets Groups Projects
Commit 836c3083 authored by Daniel Speckhard's avatar Daniel Speckhard
Browse files

Fixed setup.py so pickle file is included.

parent 63970a5f
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ def main():
license="GPL3",
package_dir={'': './'},
packages=find_packages(),
include_package_data=True,
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