[Checkins] SVN: manuel/trunk/ - update CHANGES.txt

Benji York benji at zope.com
Wed Jun 24 08:10:32 EDT 2009


Log message for revision 101262:
  - update CHANGES.txt
  - add a minimal README.txt for PyPI's sake
  - tweak the package info
  

Changed:
  U   manuel/trunk/CHANGES.txt
  U   manuel/trunk/README.txt
  U   manuel/trunk/setup.py

-=-
Modified: manuel/trunk/CHANGES.txt
===================================================================
--- manuel/trunk/CHANGES.txt	2009-06-24 12:02:00 UTC (rev 101261)
+++ manuel/trunk/CHANGES.txt	2009-06-24 12:10:32 UTC (rev 101262)
@@ -1,6 +1,13 @@
 CHANGES
 =======
 
+1.0.0b1 (2009-06-24)
+--------------------
+
+- major docs improvements
+- added several new plug-ins
+
+
 1.0.0a8 (2009-05-01)
 --------------------
 
@@ -32,4 +39,4 @@
 1.0.0a2 (2008-10-17)
 --------------------
 
-- first public release
+- first release

Modified: manuel/trunk/README.txt
===================================================================
--- manuel/trunk/README.txt	2009-06-24 12:02:00 UTC (rev 101261)
+++ manuel/trunk/README.txt	2009-06-24 12:10:32 UTC (rev 101262)
@@ -1 +1,2 @@
-See src/intro.txt
+Documentation, a full list of included plug-ins, and examples are available at
+http://packages.python.org/manuel/.

Modified: manuel/trunk/setup.py
===================================================================
--- manuel/trunk/setup.py	2009-06-24 12:02:00 UTC (rev 101261)
+++ manuel/trunk/setup.py	2009-06-24 12:10:32 UTC (rev 101262)
@@ -2,7 +2,7 @@
 import os
 
 long_description = (
-    open(os.path.join('README.txt')).read()
+    open('README.txt').read()
     + '\n\n'
     + open('CHANGES.txt').read()
     )
@@ -17,8 +17,8 @@
     author='Benji York',
     author_email='benji at benjiyork.com',
     description=
-        'Manuel lets you combine traditional doctests with new test syntax '
-        'that you create yourself or is included in Manuel.',
+        'Manuel lets you mix and match traditional doctests with custom test '
+        'syntax.',
     license='ZPL',
     install_requires=[
         'setuptools',



More information about the Checkins mailing list