Ignore:
Timestamp:
Apr 19, 2010 3:02:04 PM (14 years ago)
Author:
olha
Message:

doc files updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.canonicalpath/trunk/setup.py

    r2104 r2154  
    22import os 
    33 
    4 version = '0.6dev' 
     4version = '0.6' 
    55 
    66tests_require=['zope.testing'] 
    77setup(name='quintagroup.canonicalpath', 
    88      version=version, 
    9       description="Bring canonical path calculation functionality", 
     9      description="Brings canonical path calculation functionality", 
    1010      long_description=open("README.txt").read() + "\n" + 
    1111                       open(os.path.join("docs", "HISTORY.txt")).read(), 
Note: See TracChangeset for help on using the changeset viewer.