File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 14
14
from setuptools import Extension
15
15
from numpy .distutils .misc_util import get_numpy_include_dirs
16
16
17
+ # Use this version when git data are not available as in a git zip archive.
18
+ # Update when tagging a new release.
19
+ FALLBACK_VERSION = '2.0.1.post0'
17
20
18
21
# define extension arguments here
19
22
ext_kws = {
@@ -67,10 +70,6 @@ def create_extensions():
67
70
return [ext ]
68
71
69
72
70
- # Use this version when git data are not available, like in git zip archive.
71
- # Update when tagging a new release.
72
- FALLBACK_VERSION = '2.0.post0'
73
-
74
73
# versioncfgfile holds version data for git commit hash and date.
75
74
# It must reside in the same directory as version.py.
76
75
MYDIR = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments