Skip to content

Commit

Permalink
automatically find packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuen committed Jul 2, 2021
1 parent 2a81d68 commit afe977f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ def build_extensions(self):
author='Mirco Huennefeld',
author_email='[email protected]',
url='https://github.com/mhuen/ic3-data',
packages=['ic3_data', 'ic3_data.utils', 'ic3_data.utils.autoencoder'],
# packages=setuptools.find_packages(),
packages=setuptools.find_packages(),
install_requires=['pybind11>=2.2', 'numpy', 'click', 'pyyaml',
],
ext_modules=ext_modules,
Expand Down

0 comments on commit afe977f

Please sign in to comment.