From c1e826eb773f0282d074daf30147dfed3e78d5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 12 Jun 2020 13:10:05 +0200 Subject: [PATCH] build: don't install manage.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db86999..6c9efbc 100644 --- a/setup.py +++ b/setup.py @@ -126,7 +126,7 @@ setup( 'install_lib': install_lib, 'sdist': eo_sdist }, - scripts=['manage.py'], + scripts=[], install_requires=[ 'python-magic' ]