Clean up program name and version code
[rarslave2.git] / setup.py
index c674f77..bccef88 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,9 +3,12 @@
 
 from distutils.core import setup
 
+from rarslave import PROGRAM
+from rarslave import VERSION
+
 setup (
-               name='rarslave',
-               version='2.0.0',
+               name=PROGRAM,
+               version=VERSION,
                url='http://www.irasnyder.com/devel/#rarslave',
                description='Automatic PAR2 Verification and Extraction Tool',
                author='Ira W. Snyder',