[Checkins] SVN: zc.sshtunnel/trunk/setup.py more distutils metadata
filled in (--sigh--)
Fred L. Drake, Jr.
fdrake at gmail.com
Mon Feb 26 15:01:06 EST 2007
Log message for revision 72836:
more distutils metadata filled in (--sigh--)
Changed:
U zc.sshtunnel/trunk/setup.py
-=-
Modified: zc.sshtunnel/trunk/setup.py
===================================================================
--- zc.sshtunnel/trunk/setup.py 2007-02-26 19:39:38 UTC (rev 72835)
+++ zc.sshtunnel/trunk/setup.py 2007-02-26 20:01:06 UTC (rev 72836)
@@ -13,6 +13,7 @@
description="zc.buildout recipe to manage an SSH tunnel.",
author="Zope Corporation and contributors",
author_email="zope3-dev at zope.org",
+ license="ZPL 2.1",
packages=["zc", "zc.sshtunnel"],
package_dir={"": "src"},
namespace_packages=["zc"],
@@ -21,5 +22,9 @@
extras_require={"test": "zc.buildout"},
include_package_data=True,
zip_safe=False,
- classifiers=["Framework :: Buildout"],
+ classifiers=[
+ "Framework :: Buildout",
+ "License :: OSI Approved :: Zope Public License",
+ "Programming Language :: Python",
+ ],
)
More information about the Checkins
mailing list