branch | ZTK-1.1 |
changeset 112 | 93cdc4a26e0d |
parent 89 | 165f37f89e5a |
child 117 | 3bbec4dadfa7 |
111:203bba383ea4 | 112:93cdc4a26e0d |
---|---|
23 'ztfy', 'utils', 'docs') |
23 'ztfy', 'utils', 'docs') |
24 |
24 |
25 README = os.path.join(DOCS, 'README.txt') |
25 README = os.path.join(DOCS, 'README.txt') |
26 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
26 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
27 |
27 |
28 version = '0.3.3' |
28 version = '0.3.6' |
29 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
29 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
30 |
30 |
31 tests_require = [ |
31 tests_require = [ |
32 'zope.testing', |
32 'zope.testing', |
33 ] |
33 ] |
44 "Topic :: Software Development :: Libraries :: Python Modules", |
44 "Topic :: Software Development :: Libraries :: Python Modules", |
45 ], |
45 ], |
46 keywords='ZTFY utilities for Zope3', |
46 keywords='ZTFY utilities for Zope3', |
47 author='Thierry Florac', |
47 author='Thierry Florac', |
48 author_email='tflorac@ulthar.net', |
48 author_email='tflorac@ulthar.net', |
49 url='http://trac.ztfy.org/ztfy.utils', |
49 url='http://www.ztfy.org', |
50 license='ZPL', |
50 license='ZPL', |
51 packages=find_packages(exclude=['ez_setup']), |
51 packages=find_packages(exclude=['ez_setup']), |
52 namespace_packages=['ztfy'], |
52 namespace_packages=['ztfy'], |
53 include_package_data=True, |
53 include_package_data=True, |
54 package_data={'': ['*.zcml', '*.txt', '*.pt', '*.pot', '*.po', '*.mo', '*.png', '*.gif', '*.jpeg', '*.jpg', '*.css', '*.js']}, |
54 package_data={'': ['*.zcml', '*.txt', '*.pt', '*.pot', '*.po', '*.mo', '*.png', '*.gif', '*.jpeg', '*.jpg', '*.css', '*.js']}, |