From 4df19bfc937e08403e72b3f3ae0ec9797e37b43b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 1 Jun 2021 10:41:16 +0200 Subject: [PATCH] distribute manage.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6ff1df9..aeee122 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ setup( author='Entr’ouvert', author_email='info@entrouvert.com', packages=find_packages(), + scripts=('manage.py',), cmdclass={ 'sdist': eo_sdist, },