File: disable-write-version

package info (click to toggle)
python-pybedtools 0.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,140 kB
  • sloc: python: 9,589; cpp: 899; makefile: 149; sh: 116
file content (13 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: don't rewrite the version
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
--- a/setup.py
+++ b/setup.py
@@ -328,7 +328,7 @@ if __name__ == "__main__":
      install_requires) = check_dependency_versions(min_versions)
     setuptools_kwargs['setup_requires'] = setup_requires
     setuptools_kwargs['install_requires'] = install_requires
-    write_version_py()
+    #write_version_py()
 
     cwd = os.path.abspath(os.path.dirname(__file__))
     if not os.path.exists(os.path.join(cwd, 'PKG-INFO')) and not no_frills: