Skip to content
Snippets Groups Projects
Commit 7fbe8b2e authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Add wsgi to install

parent 0ce17154
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ setup(
include_package_data=True,
zip_safe=False,
install_requires=reqs,
data_files=[('/etc/dgenies', ['application.properties'])],
data_files=[('/etc/dgenies', ['application.properties']),
('/var/www', ['dgenies.wsgi'])],
scripts=['src/bin/dgenies'],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment