better now.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
python bin/setup.py
|
python setup.py django
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user