[Checkins] SVN: zc.buildoutsftp/branches/dev/ Updated release info

Jim Fulton jim at zope.com
Fri Sep 15 07:02:44 EDT 2006


Log message for revision 70191:
  Updated release info

Changed:
  U   zc.buildoutsftp/branches/dev/CHANGES.txt
  U   zc.buildoutsftp/branches/dev/README.txt
  U   zc.buildoutsftp/branches/dev/setup.py

-=-
Modified: zc.buildoutsftp/branches/dev/CHANGES.txt
===================================================================
--- zc.buildoutsftp/branches/dev/CHANGES.txt	2006-09-15 10:49:07 UTC (rev 70190)
+++ zc.buildoutsftp/branches/dev/CHANGES.txt	2006-09-15 11:02:44 UTC (rev 70191)
@@ -10,7 +10,7 @@
 
 Added missing entry point.  
 
-Adjusted content-type for index pages to work with setuptools.
+Adjusted content-type information to work with setuptools.
 
 0.1
 ---

Modified: zc.buildoutsftp/branches/dev/README.txt
===================================================================
--- zc.buildoutsftp/branches/dev/README.txt	2006-09-15 10:49:07 UTC (rev 70190)
+++ zc.buildoutsftp/branches/dev/README.txt	2006-09-15 11:02:44 UTC (rev 70191)
@@ -3,12 +3,13 @@
 ===========================================
 
 The zc.buildoutsftp package provides a zc.buildout extension that
-provides support for SFTP.  To use it, simple provide the option::
+provides support for SFTP.  To use it, simply provide the option::
 
   extension = zc.buildoutsftp 
 
 in your buildout section. Then you can use sftp URLs for fine-links or
-index URLs.
+index URLs. (Note that zc.buildout >=1.0.0b5 is needed for this to
+work properly.)
 
 An SFTP URL is similar to an FTP URL and is of the form::
 

Modified: zc.buildoutsftp/branches/dev/setup.py
===================================================================
--- zc.buildoutsftp/branches/dev/setup.py	2006-09-15 10:49:07 UTC (rev 70190)
+++ zc.buildoutsftp/branches/dev/setup.py	2006-09-15 11:02:44 UTC (rev 70191)
@@ -26,6 +26,14 @@
     entry_points = {'zc.buildout.extension':
                     ['default = %s.buildoutsftp:install' % name]
                     },
+    classifiers = [
+       'Framework :: Buildout',
+       'Development Status :: 3 - Alpha',
+       'Intended Audience :: Developers',
+       'License :: OSI Approved :: Zope Public License',
+       'Topic :: Software Development :: Build Tools',
+       'Topic :: Software Development :: Libraries :: Python Modules',
+       ],
     )
 
                       



More information about the Checkins mailing list