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 1515from numpy .distutils .misc_util import get_numpy_include_dirs
1616
1717
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+
1823# define extension arguments here
1924ext_kws = {
2025 'libraries' : ['diffpy' ],
@@ -67,10 +72,6 @@ def create_extensions():
6772 return [ext ]
6873
6974
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-
7475# versioncfgfile holds version data for git commit hash and date.
7576# It must reside in the same directory as version.py.
7677MYDIR = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments