setup.py
changeset 54 344018771cd2
parent 46 b220124b75ad
child 63 0d9c96bbba3f
equal deleted inserted replaced
53:bc3aa1f34e2d 54:344018771cd2
     6 
     6 
     7 README = os.path.join(DOCS, 'README.txt')
     7 README = os.path.join(DOCS, 'README.txt')
     8 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
     8 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
     9 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
     9 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
    10 
    10 
    11 version = '0.1.3'
    11 version = '0.1.4'
    12 long_description = open(README).read() + '\n\n' + \
    12 long_description = open(README).read() + '\n\n' + \
    13                    open(CONTRIBS).read() + '\n\n' + \
    13                    open(CONTRIBS).read() + '\n\n' + \
    14                    open(HISTORY).read()
    14                    open(HISTORY).read()
    15 
    15 
    16 tests_require = [
    16 tests_require = [
    73           'zope.traversing',
    73           'zope.traversing',
    74           'zope.viewlet',
    74           'zope.viewlet',
    75           'ztfy.baseskin',
    75           'ztfy.baseskin',
    76           'ztfy.extfile',
    76           'ztfy.extfile',
    77           'ztfy.file',
    77           'ztfy.file',
       
    78           'ztfy.mail',
    78           'ztfy.skin',
    79           'ztfy.skin',
    79           'ztfy.utils',
    80           'ztfy.utils',
    80       ],
    81       ],
    81       entry_points={
    82       entry_points={
    82           'fanstatic.libraries': [
    83           'fanstatic.libraries': [