rename bijoe-ctl to manage.py (fixes #15564)

This commit is contained in:
Benjamin Dauvergne 2017-03-22 22:37:17 +01:00
parent 987334bcef
commit 90a503297c
3 changed files with 1 additions and 4 deletions

3
debian/rules vendored
View File

@ -5,6 +5,3 @@
override_dh_auto_install:
dh_auto_install --with python2
mv debian/bijoe/usr/bin/bijoe-ctl debian/bijoe/usr/lib/bijoe/manage.py

View File

@ -95,7 +95,7 @@ setup(name="bijoe",
install_requires=['requests', 'django', 'psycopg2', 'isodate', 'Django-Select2',
'XStatic-ChartNew.js', 'gadjo', 'django-jsonfield',
'python-dateutil', 'djangorestframework<3.4'],
scripts=['bijoe-ctl'],
scripts=['manage.py'],
cmdclass={
'sdist': eo_sdist,
'build': build,