Преглед изворни кода

Duh. Use the computed version number.

Chris McDonough пре 18 година
родитељ
комит
881d4d1bba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -52,7 +52,7 @@ supervisor_version = open(version_txt).read().strip()
 
 dist = setup(
     name = 'supervisor',
-    version = '3.0a1',
+    version = suervisor_version,
     license = 'ZPL 2.1/others (see LICENSES.txt)',
     url = 'http://www.plope.com/software/supervisor2/',
     description = "A system for controlling process state under UNIX",