Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif1093 committed Mar 5, 2019
1 parent 68e8d80 commit bcb3ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
install_requires=[
"colorama>=0.4.1", "psutil>=5.5.1", "pyyaml>=3.13"
],
# packages=setuptools.find_packages(),
packages=['digideep'],
packages=setuptools.find_packages(),
# packages=['digideep'],
license="",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit bcb3ffd

Please sign in to comment.