Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
62d65f99
Commit
62d65f99
authored
Feb 03, 2013
by
Christos Stavrakakis
Browse files
Create version file if missing
parent
ca2ab4a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
62d65f99
...
...
@@ -43,7 +43,13 @@ from setuptools import setup, find_packages
HERE
=
os
.
path
.
abspath
(
os
.
path
.
normpath
(
os
.
path
.
dirname
(
__file__
)))
from
devflow.version
import
__version__
try
:
from
devflow.version
import
__version__
except
ImportError
:
# Bootstrap devflow
from
devflow.versioning
import
update_version
update_version
()
from
devflow.version
import
__version__
# Package info
VERSION
=
__version__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment