[Checkins] SVN: hurry.explorer/trunk/ Release preparations.

Martijn Faassen faassen at infrae.com
Mon Dec 8 11:55:45 EST 2008


Log message for revision 93788:
  Release preparations.
  

Changed:
  A   hurry.explorer/trunk/CHANGES.txt
  U   hurry.explorer/trunk/setup.py

-=-
Added: hurry.explorer/trunk/CHANGES.txt
===================================================================
--- hurry.explorer/trunk/CHANGES.txt	                        (rev 0)
+++ hurry.explorer/trunk/CHANGES.txt	2008-12-08 16:55:45 UTC (rev 93788)
@@ -0,0 +1,7 @@
+CHANGES
+*******
+
+0.1 (unreleased)
+================
+
+* Initial public release. Needs a lot more documentation...

Modified: hurry.explorer/trunk/setup.py
===================================================================
--- hurry.explorer/trunk/setup.py	2008-12-08 16:10:14 UTC (rev 93787)
+++ hurry.explorer/trunk/setup.py	2008-12-08 16:55:45 UTC (rev 93788)
@@ -2,25 +2,10 @@
 
 import sys, os
 
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-long_description = ''
-#(
-#    read('README.txt')
-#    + '\n' +
-#    read('CHANGES.txt')
-#    + '\n' +
-#    'Download\n'
-#    '********\n'
-#    )
-
-
 setup(
     name='hurry.explorer',
     version='0.1dev',
-    description="An explorer UI built with YUI.",
-    long_description = long_description,
+    description="A (object) filesystem explorer UI built with YUI.",
     classifiers=[],
     keywords='',
     author='Martijn Faassen',



More information about the Checkins mailing list