mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
BF: query __version__ from the project not from repo
This commit is contained in:
parent
ce400f98f1
commit
4679b36f04
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
import {{ cookiecutter.project_name }}
|
||||
version = {{ cookiecutter.repo_name }}.__version__
|
||||
version = {{ cookiecutter.project_name }}.__version__
|
||||
|
||||
setup(
|
||||
name='{{ cookiecutter.project_name }}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue