Skip to content

Commit

Permalink
Fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Apr 7, 2020
1 parent beb84d0 commit 2979b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"version": "3.0.0",
"license": "MIT",
"packages": find_packages(),
"package_data": {"vamb": ["kernel.npz"]},
"entry_points": {'console_scripts': [
'vamb = vamb.__main__:main'
]
Expand Down

0 comments on commit 2979b7d

Please sign in to comment.