blob: 0c90203bebce0208aeb2da0a3db7eed4bbea52a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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",
|