File: version.patch

package info (click to toggle)
twextpy 1%3A0.1~git20161216.0.b90293c-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,724 kB
  • sloc: python: 20,458; sh: 742; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Hardcode version string in setup.py
--- a/setup.py
+++ b/setup.py
@@ -261,7 +261,7 @@
 
 def doSetup():
     # Write version file
-    version_string = version()
+    version_string = "0.1~git20161216.0.b90293c"
     version_filename = joinpath(
         dirname(__file__), "twext", "version.py"
     )