use full module path to not collide with other software, thanks to samuel

This commit is contained in:
chrys
2018-02-22 20:24:10 +01:00
parent 3469c963ca
commit e03a7183e4
198 changed files with 298 additions and 298 deletions

View File

@ -78,8 +78,8 @@ setup(
author_email="chrysg@linux-a11y.org",
# Packages
packages=find_packages('src/fenrir'),
package_dir={'': 'src/fenrir'},
packages=find_packages('src'),
package_dir={'': 'src'},
scripts=['src/fenrir/fenrir','src/fenrir/fenrir-daemon'],
# Include additional files into the package