better now.

This commit is contained in:
2019-10-08 16:03:12 +02:00
parent 52929ff918
commit 2f57dcc64c
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
python bin/setup.py python setup.py django

View File

@@ -119,8 +119,8 @@ setup(
maintainer='Jens Kleineheismann', maintainer='Jens Kleineheismann',
maintainer_email='heinzel@heinzelwelt.de', maintainer_email='heinzel@heinzelwelt.de',
cmdclass={ cmdclass={
'mkpyenv': CreatePythonEnvironment, 'python': CreatePythonEnvironment,
'setup': SetupDjangoProject, 'django': SetupDjangoProject,
}, },
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,