Skip to content

Commit

Permalink
now finds packages with ()
Browse files Browse the repository at this point in the history
  • Loading branch information
ctduffy committed Aug 14, 2019
1 parent 7399bad commit 93a8269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
url='http://www.featurelabs.com/',
install_requires=open('requirements.txt').readlines(),
tests_require=open('test-requirements.txt').readlines(),
packages=find_packages,
packages=find_packages(),
)

0 comments on commit 93a8269

Please sign in to comment.