[Assorted-commits] SF.net SVN: assorted: [719] python-commons/trunk/src/commons/setup.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-08 08:03:39
|
Revision: 719 http://assorted.svn.sourceforge.net/assorted/?rev=719&view=rev Author: yangzhang Date: 2008-05-08 01:03:44 -0700 (Thu, 08 May 2008) Log Message: ----------- added note on trove classifier reference Modified Paths: -------------- python-commons/trunk/src/commons/setup.py Modified: python-commons/trunk/src/commons/setup.py =================================================================== --- python-commons/trunk/src/commons/setup.py 2008-05-08 07:48:18 UTC (rev 718) +++ python-commons/trunk/src/commons/setup.py 2008-05-08 08:03:44 UTC (rev 719) @@ -3,7 +3,9 @@ # vim:ft=python:et:sw=4:ts=4 """ -Common code for setup.py files. +Common code for setup.py files. Details about the Trove classifiers are +available at +U{http://pypi.python.org/pypi?%3Aaction=list_classifiers}. """ arg_keys = """ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |