diff options
Diffstat (limited to 'textproc/py-pyrss2gen/files/patch-setup.py')
-rw-r--r-- | textproc/py-pyrss2gen/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-pyrss2gen/files/patch-setup.py b/textproc/py-pyrss2gen/files/patch-setup.py new file mode 100644 index 000000000000..0c90203bebce --- /dev/null +++ b/textproc/py-pyrss2gen/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2013-02-21 03:22:02 UTC ++++ setup.py +@@ -2,7 +2,7 @@ from distutils.core import setup + + from distutils.core import setup + +-setup(name = "PyRSS2Gen", ++setup(name = "pyrss2gen", + version = "1.1", + description = "Generate RSS2 using a Python data structure", + author = "Andrew Dalke", |