[Checkins] SVN: zope.tales/trunk/ Cleanup package metadata

Hanno Schlichting hannosch at hannosch.eu
Fri Jan 1 15:10:56 EST 2010


Log message for revision 107515:
  Cleanup package metadata
  

Changed:
  U   zope.tales/trunk/CHANGES.txt
  U   zope.tales/trunk/README.txt
  U   zope.tales/trunk/setup.py
  D   zope.tales/trunk/src/zope/tales/DEPENDENCIES.cfg

-=-
Modified: zope.tales/trunk/CHANGES.txt
===================================================================
--- zope.tales/trunk/CHANGES.txt	2010-01-01 20:07:16 UTC (rev 107514)
+++ zope.tales/trunk/CHANGES.txt	2010-01-01 20:10:56 UTC (rev 107515)
@@ -1,4 +1,3 @@
-=======
 CHANGES
 =======
 

Modified: zope.tales/trunk/README.txt
===================================================================
--- zope.tales/trunk/README.txt	2010-01-01 20:07:16 UTC (rev 107514)
+++ zope.tales/trunk/README.txt	2010-01-01 20:10:56 UTC (rev 107515)
@@ -1,3 +1,6 @@
+Overview
+========
+
 Template Attribute Language - Expression Syntax
 
 See http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3

Modified: zope.tales/trunk/setup.py
===================================================================
--- zope.tales/trunk/setup.py	2010-01-01 20:07:16 UTC (rev 107514)
+++ zope.tales/trunk/setup.py	2010-01-01 20:10:56 UTC (rev 107515)
@@ -29,15 +29,15 @@
 setup(name='zope.tales',
       version = '3.5.0dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
-      description='Zope 3 Template Application Language Expression Syntax '
+      author_email='zope-dev at zope.org',
+      description='Zope Template Application Language Expression Syntax '
                   '(TALES)',
       long_description=(
           read('README.txt')
           + '\n\n' +
           read('CHANGES.txt')
           ),
-      keywords = "zope3 template xml tales",
+      keywords = "zope template xml tales",
       classifiers = [
           'Development Status :: 5 - Production/Stable',
           'Environment :: Web Environment',
@@ -48,7 +48,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.tales',
+      url='http://pypi.python.org/pypi/zope.tales',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},

Deleted: zope.tales/trunk/src/zope/tales/DEPENDENCIES.cfg
===================================================================
--- zope.tales/trunk/src/zope/tales/DEPENDENCIES.cfg	2010-01-01 20:07:16 UTC (rev 107514)
+++ zope.tales/trunk/src/zope/tales/DEPENDENCIES.cfg	2010-01-01 20:10:56 UTC (rev 107515)
@@ -1,3 +0,0 @@
-zope.interface
-zope.tal
-zope.testing



More information about the checkins mailing list