comparison setup.py @ 234:f4369bc606cb

this works again
author Jeff Hammel <k0scist@gmail.com>
date Tue, 15 Dec 2015 10:15:48 -0800
parents ceb5c8ee5bbe
children 9216f5c9e051
comparison
equal deleted inserted replaced
233:ceb5c8ee5bbe 234:f4369bc606cb
27 author_email='k0scist@gmail.com', 27 author_email='k0scist@gmail.com',
28 url='http://k0s.org/hg/MakeItSo', 28 url='http://k0s.org/hg/MakeItSo',
29 license='MPL', 29 license='MPL',
30 packages=['makeitso'], 30 packages=['makeitso'],
31 include_package_data=True, 31 include_package_data=True,
32 package_data={'makeitso': ['python_package/*']}, 32 package_data={'makeitso': [
33 # 'python_package/*'
34 ]},
33 zip_safe=False, 35 zip_safe=False,
34 install_requires=[ 36 install_requires=[
35 # -*- Extra requirements: -*- 37 # -*- Extra requirements: -*-
36 'tempita >= 0.5.1', 38 'tempita >= 0.5.1',
37 'webob', 39 'webob',