Major Update
[rarslave2.git] / setup.py
index bccef88..3b652f8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
-# vim: set ts=8 sts=8 sw=8 textwidth=80:
+# vim: set ts=4 sts=4 sw=4 textwidth=80:
 
 from distutils.core import setup
 
 
 from distutils.core import setup
 
@@ -20,8 +20,7 @@ setup (
 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.""",
 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'],
+               packages=['PAR2Set'],
                scripts=['rarslave.py']
       )
 
                scripts=['rarslave.py']
       )