Updated setup.py. Install should now work.
This commit is contained in:
parent
e34aa44150
commit
f17c1f8989
8
setup.py
8
setup.py
@ -18,12 +18,12 @@ setup(
|
||||
author_email="chrys87@web.de",
|
||||
|
||||
# Packages
|
||||
packages=find_packages('fenrir'),
|
||||
packages=find_packages('src/fenrir'),
|
||||
package_dir={'': 'src/fenrir'},
|
||||
scripts=['src/fenrir/fenrir'],
|
||||
#entry_points = {
|
||||
# "console_scripts": ['fenrir = fenrir:main']
|
||||
# },
|
||||
# #entry_points = {
|
||||
# # "console_scripts": ['fenrir = fenrir:main']
|
||||
# # },
|
||||
|
||||
# Include additional files into the package
|
||||
include_package_data=True,
|
||||
|
Loading…
Reference in New Issue
Block a user