Added package directory to setup.py

This commit is contained in:
2015-09-14 14:03:36 +01:00
parent a324caf3c9
commit da2df1ec6d
+1
View File
@@ -22,6 +22,7 @@ setup(
license="GPL",
keywords="pathops fileops file operations",
url="https://github.com/Pezz89/fileops",
package_dir={'': 'src'},
packages=find_packages(where='src', exclude=['tests']),
install_requires=read('requirements.txt'),
)