Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
7fbe8b2e
Commit
7fbe8b2e
authored
Feb 07, 2018
by
Floreal Cabanettes
Browse files
Add wsgi to install
parent
0ce17154
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
7fbe8b2e
...
...
@@ -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'
],
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment