[Checkins] SVN: zc.sshtunnel/trunk/setup.py fill in more distutils
metadata
Fred L. Drake, Jr.
fdrake at gmail.com
Mon Feb 26 12:28:21 EST 2007
Log message for revision 72826:
fill in more distutils metadata
Changed:
U zc.sshtunnel/trunk/setup.py
-=-
Modified: zc.sshtunnel/trunk/setup.py
===================================================================
--- zc.sshtunnel/trunk/setup.py 2007-02-26 17:20:49 UTC (rev 72825)
+++ zc.sshtunnel/trunk/setup.py 2007-02-26 17:28:20 UTC (rev 72826)
@@ -10,6 +10,7 @@
setup(
name="zc.sshtunnel",
version="1.0",
+ description="zc.buildout recipe to manage and SSH tunnel",
author="Zope Corporation and contributors",
author_email="zope3-dev at zope.org",
packages=["zc.sshtunnel"],
@@ -20,4 +21,5 @@
extras_require={"test": "zc.buildout"},
include_package_data=True,
zip_safe=False,
+ classifiers=["Framework :: Buildout"],
)
More information about the Checkins
mailing list