[Checkins] SVN: keas.build/trunk/ adjust package metadata and prepare for release.

Paul Carduner paulcarduner at gmail.com
Wed Sep 30 15:26:34 EDT 2009


Log message for revision 104658:
  adjust package metadata and prepare for release.

Changed:
  U   keas.build/trunk/CHANGES.txt
  U   keas.build/trunk/README.txt
  U   keas.build/trunk/setup.py
  U   keas.build/trunk/src/keas/build/index.txt

-=-
Modified: keas.build/trunk/CHANGES.txt
===================================================================
--- keas.build/trunk/CHANGES.txt	2009-09-30 18:24:05 UTC (rev 104657)
+++ keas.build/trunk/CHANGES.txt	2009-09-30 19:26:34 UTC (rev 104658)
@@ -1,15 +1,19 @@
-=======
 CHANGES
 =======
 
-0.1.1
------
+0.1.3 (2009-09-30)
+------------------
 
+- Initial public release.
+
+0.1.1 (internal)
+----------------
+
 - Bug Fix: If a proejct variant is specified for which no release have
   been made, the build script now exits nicely with a human readable
   error message.
 
-0.1.0
------
+0.1.0 (internal)
+----------------
 
 - Initial release.

Modified: keas.build/trunk/README.txt
===================================================================
--- keas.build/trunk/README.txt	2009-09-30 18:24:05 UTC (rev 104657)
+++ keas.build/trunk/README.txt	2009-09-30 19:26:34 UTC (rev 104658)
@@ -1 +1 @@
-A Build System for Keas.
+A set of tools for managing multi-package software deployments with buildout.

Modified: keas.build/trunk/setup.py
===================================================================
--- keas.build/trunk/setup.py	2009-09-30 18:24:05 UTC (rev 104657)
+++ keas.build/trunk/setup.py	2009-09-30 19:26:34 UTC (rev 104658)
@@ -30,20 +30,20 @@
     long_description=(
         read('README.txt')
         + '\n\n' +
+        read('src','keas','build','index.txt')
+        + '\n\n' +
         read('CHANGES.txt')
         ),
     license = "ZPL 2.1",
     keywords = "zope3 release build",
     classifiers = [
         'Development Status :: 4 - Beta',
-        'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
         'Programming Language :: Python',
         'Natural Language :: English',
         'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3'],
+        'Framework :: Buildout'],
     url = 'http://pypi.python.org/pypi/keas.build',
     packages = find_packages('src'),
     include_package_data = True,

Modified: keas.build/trunk/src/keas/build/index.txt
===================================================================
--- keas.build/trunk/src/keas/build/index.txt	2009-09-30 18:24:05 UTC (rev 104657)
+++ keas.build/trunk/src/keas/build/index.txt	2009-09-30 19:26:34 UTC (rev 104658)
@@ -1,6 +1,7 @@
 ==========
 keas.build
 ==========
+
 Manage large multi-package projects with ease
 =============================================
 



More information about the checkins mailing list