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,