Add sdist to Makefile & Cleanup setup.py syntax.
[rarslave2.git] / setup.py
index 64bffef..c674f77 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ Rarslave is a program that will automatically check, repair, and extract files
 which are protected by PAR2. The primary reason for its development was to
 automate the tedious tasks necessary after downloading files from Usenet.""",
                packages=['rsutil', 'PAR2Set'],
-               py_modules = ['RarslaveDetector'],
+               py_modules=['RarslaveDetector'],
                scripts=['rarslave.py']
       )