X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=b571433f05eef17b348353ded5c028adfd634ea4;hb=fd82772c6cce48ff1d6b67845fe35ab09bfbead1;hp=9b2994960e21b73e5e8ebbc4b1ff5cc7bfaabe49;hpb=6d74800f03c5d21f6f3aea54fcd37794f6702858;p=mimedecode.git diff --git a/setup.py b/setup.py index 9b29949..b571433 100755 --- a/setup.py +++ b/setup.py @@ -5,11 +5,11 @@ from mimedecode import _version, __copyright__ setup(name = "mimedecode", version = _version, - description = "Broytman mimedecode.py", - long_description = "Broytman mimedecode.py, " + __copyright__, + description = "A program to decode MIME messages", + long_description = "A program to decode MIME messages. " + __copyright__, author = "Oleg Broytman", - author_email = "phd@phd.pp.ru", - url = "http://phd.pp.ru/Software/Python/#mimedecode", + author_email = "phd@phdru.name", + url = "http://phdru.name/Software/Python/#mimedecode", license = "GPL", platforms = "All", scripts = ['mimedecode.py']