build: don't install manage.py

This commit is contained in:
Frédéric Péters 2020-06-12 13:10:05 +02:00
parent a28f0adfdb
commit c1e826eb77
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ setup(
'install_lib': install_lib,
'sdist': eo_sdist
},
scripts=['manage.py'],
scripts=[],
install_requires=[
'python-magic'
]