[Checkins] SVN: zc.sshtunnel/trunk/ - fill in more distutils metadata

Fred L. Drake, Jr. fdrake at gmail.com
Mon Feb 26 12:20:49 EST 2007


Log message for revision 72825:
  - fill in more distutils metadata
  - ignore some distutils turds
  

Changed:
  _U  zc.sshtunnel/trunk/
  U   zc.sshtunnel/trunk/setup.py

-=-

Property changes on: zc.sshtunnel/trunk
___________________________________________________________________
Name: svn:ignore
   - .installed.cfg
bin
develop-eggs
eggs
parts

   + .installed.cfg
bin
build
develop-eggs
dist
eggs
parts


Modified: zc.sshtunnel/trunk/setup.py
===================================================================
--- zc.sshtunnel/trunk/setup.py	2007-02-26 17:15:19 UTC (rev 72824)
+++ zc.sshtunnel/trunk/setup.py	2007-02-26 17:20:49 UTC (rev 72825)
@@ -9,6 +9,9 @@
 
 setup(
     name="zc.sshtunnel",
+    version="1.0",
+    author="Zope Corporation and contributors",
+    author_email="zope3-dev at zope.org",
     packages=["zc.sshtunnel"],
     package_dir={"": "src"},
     namespace_packages=["zc"],



More information about the Checkins mailing list