Skip to content

Commit

Permalink
Use fix reported in pypa/setuptools#230
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJokersThief committed Jul 15, 2020
1 parent ca1dc27 commit 612597e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
packages=[
'secretpuller',
],
package_dir={'secretpuller': 'src'},
# package_dir={'secretpuller': 'src'},
package_dir={ '' : 'src' }
scripts=[],
test_suite='tests',
include_package_data=True,
Expand Down

0 comments on commit 612597e

Please sign in to comment.