[Checkins] SVN: zc.sshtunnel/trunk/setup.py try to fix up the
distutils metadata
Fred L. Drake, Jr.
fdrake at gmail.com
Mon Feb 26 13:50:07 EST 2007
Log message for revision 72833:
try to fix up the distutils metadata
Changed:
U zc.sshtunnel/trunk/setup.py
-=-
Modified: zc.sshtunnel/trunk/setup.py
===================================================================
--- zc.sshtunnel/trunk/setup.py 2007-02-26 18:37:33 UTC (rev 72832)
+++ zc.sshtunnel/trunk/setup.py 2007-02-26 18:50:06 UTC (rev 72833)
@@ -9,11 +9,11 @@
setup(
name="zc.sshtunnel",
- version="1.0",
+ version="1.1",
description="zc.buildout recipe to manage and SSH tunnel",
author="Zope Corporation and contributors",
author_email="zope3-dev at zope.org",
- packages=["zc.sshtunnel"],
+ packages=["zc", "zc.sshtunnel"],
package_dir={"": "src"},
namespace_packages=["zc"],
install_requires=["setuptools"],
More information about the Checkins
mailing list