Show
Ignore:
Timestamp:
10/12/07 20:11:51 (10 months ago)
Author:
tziade@…
Message:

preventing launch for dotted folders

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • amina.quality/setup.py

    r193 r197  
    2323version = '0.1' 
    2424 
    25 README = os.path.join(os.path.dirname(__file__),  
     25README = os.path.join(os.path.dirname(__file__), 
    2626          'amina', 
    2727          'quality', 'docs', 'README.txt') 
    2828 
    29 long_description = open(README).read() + '\n\n'  
     29long_description = open(README).read() + '\n\n' 
    3030 
    3131setup(name='amina.quality', 
     
    5151      install_requires=[ 
    5252          'setuptools', 
    53           'zope.testing' 
     53          'zope.testing', 
    5454          # -*- Extra requirements: -*- 
     55          'python-Levenshtein' 
    5556      ], 
    5657      entry_points="""