]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Rename the project to Portable Python Utilities
[ppu.git] / setup.py
index cc0016cf8471187ba69b945b5bf3e7263cdf8af9..22a230d3ee4104eefd72003db43743f884476c3d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,13 +5,13 @@ try:
 except ImportError:
     from distutils.core import setup
 
-setup(name='remove-old-files',
+setup(name='ppu',
       version='0.2.0',
-      description='Broytman remove-old-files',
+      description='Broytman Portable Python Utilities',
       long_description=open('README.txt', 'rU').read(),
       author='Oleg Broytman',
       author_email='phd@phdru.name',
-      url='http://phdru.name/Software/Python/remove-old-files/',
+      url='http://phdru.name/Software/Python/ppu/',
       license='GPL',
       platforms=['any'],
       keywords=[''],