Skip to content

Commit d7a3c27

Browse files
authored
Update setup.py
fix #1560
1 parent e5701cd commit d7a3c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
author="Chris McDonough",
9393
author_email="chrism@plope.com",
9494
packages=find_packages(),
95+
package_dir={"": "."},
9596
install_requires=requires,
9697
extras_require={
9798
'testing': testing_extras,

0 commit comments

Comments
 (0)