mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
re-adding import to setup.py
This commit is contained in:
parent
0102b8a0ee
commit
4a606d084a
|
@ -10,6 +10,7 @@ try:
|
|||
except ImportError:
|
||||
from distutils.core import setup
|
||||
|
||||
import {{ cookiecutter.project_name }}
|
||||
version = {{ cookiecutter.repo_name }}.__version__
|
||||
|
||||
setup(
|
||||
|
@ -24,5 +25,5 @@ setup(
|
|||
install_requires=[
|
||||
],
|
||||
zip_safe=False,
|
||||
scripts=['manage.py'],
|
||||
scripts=['{{ cookiecutter.project_name }}/manage.py'],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user