From 90a503297cc5a7bb3111c2e9dbb352b905970f71 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 22 Mar 2017 22:37:17 +0100 Subject: [PATCH] rename bijoe-ctl to manage.py (fixes #15564) --- debian/rules | 3 --- bijoe-ctl => manage.py | 0 setup.py | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) rename bijoe-ctl => manage.py (100%) diff --git a/debian/rules b/debian/rules index 9d6ac71..a84f9db 100755 --- a/debian/rules +++ b/debian/rules @@ -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 - - diff --git a/bijoe-ctl b/manage.py similarity index 100% rename from bijoe-ctl rename to manage.py diff --git a/setup.py b/setup.py index 5ecdccf..34e67a2 100644 --- a/setup.py +++ b/setup.py @@ -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,