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