From 09dc068a222f6d617aa4898558f1df830082e1ab Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 14 2012 20:23:03 +0000 Subject: Add information about author and maintainer --- diff --git a/setup.py b/setup.py index 522278d..372f22d 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,10 @@ setup( data_files = [('/usr/share/man/man1/', [ 'R2spec.1', 'R2rpm.1' ] ), ('/etc/R2spec/', [ 'repos.cfg' ] ) ], version = VERSION, + author = 'Pierre-Yves Chibon', + author_email = 'pingou@pingoured.fr', + maintainer = 'Pierre-Yves Chibon', + maintainer_email = 'pingou@pingoured.fr', license = 'GPLv3+', download_url = 'https://fedorahosted.org/releases/r/2/r2spec/', url = 'https://fedorahosted.org/r2spec/',