X-Git-Url: https://www.irasnyder.com/gitweb/?p=rarslave2.git;a=blobdiff_plain;f=setup.py;h=3b652f8fee66ea91a4e0f1f830f587b99516d710;hp=bccef887e4a06b2b320810f17f220c5d40cace84;hb=8d08278a0a88aa9510748b309b1b135a28d4d4e1;hpb=f66165cb39c650eb1cec0b24e07940760d602ffa diff --git a/setup.py b/setup.py index bccef88..3b652f8 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/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 @@ -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.""", - packages=['rsutil', 'PAR2Set'], - py_modules=['RarslaveDetector'], + packages=['PAR2Set'], scripts=['rarslave.py'] )