[PythonReports-checkins] PythonReports setup.py,1.6,1.7
Brought to you by:
a1s
|
From: alexander s. <a1...@us...> - 2011-09-26 17:48:55
|
Update of /cvsroot/pythonreports/PythonReports
In directory vz-cvs-3.sog:/tmp/cvs-serv26465
Modified Files:
setup.py
Log Message:
update URL for the downloads page
Index: setup.py
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/setup.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** setup.py 22 Jul 2010 06:31:40 -0000 1.6
--- setup.py 26 Sep 2011 17:48:52 -0000 1.7
***************
*** 3,6 ****
--- 3,7 ----
# FIXME! generate_docs() must be reimplemented as a distutils command
"""History:
+ 26-sep-2011 [als] update URL for the downloads page
22-jul-2010 [als] development status set to Beta
07-nov-2006 [als] data_files include source (*.txt) documents
***************
*** 95,103 ****
url="http://pythonreports.sourceforge.net/",
download_url=
! "http://sourceforge.net/project/showfiles.php?group_id=181233",
description="Database report generator",
long_description=DESCRIPTION,
author="alexander smishlajev",
! author_email="al...@Ty...",
# XXX maintainer_email always overwrites author_email.
# (good thing too, but PyPI has two slots, and i'd like to
--- 96,104 ----
url="http://pythonreports.sourceforge.net/",
download_url=
! "http://sourceforge.net/projects/pythonreports/files/",
description="Database report generator",
long_description=DESCRIPTION,
author="alexander smishlajev",
! author_email="al...@go...",
# XXX maintainer_email always overwrites author_email.
# (good thing too, but PyPI has two slots, and i'd like to
|