Skip to content

Commit

Permalink
include Manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
junioreif committed Aug 31, 2021
1 parent 9557b4d commit 3942adc
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 @@ -28,6 +28,7 @@
"Topic :: Software Development :: Libraries :: Python Modules",
"Natural Language :: English",
],
include_package_data=True,
packages=find_packages(),
install_requires=['numpy', 'scipy', 'scikit-learn', 'six', 'h5py', 'pandas'],
entry_points={"console_scripts": ["CLINAME=OpenMiChroM._cli:main"]},
Expand Down

0 comments on commit 3942adc

Please sign in to comment.