X-Git-Url: https://git.phdru.name/?p=ppu.git;a=blobdiff_plain;f=setup.py;h=22a230d3ee4104eefd72003db43743f884476c3d;hp=cc0016cf8471187ba69b945b5bf3e7263cdf8af9;hb=c3c81973f94f6b4617a2271bbaeef01ecad502bb;hpb=fb480cbcec1c45b3ad9bf03177e6e8ac0fc25a6b diff --git a/setup.py b/setup.py index cc0016c..22a230d 100755 --- 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=[''],