Mercurial > hg > MakeItSo
comparison setup.py @ 211:1203898cd195
stub package data
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 03 Jun 2015 16:57:49 -0700 |
parents | 65684aae6bfe |
children | cffc729926b9 |
comparison
equal
deleted
inserted
replaced
210:ab726b2f3143 | 211:1203898cd195 |
---|---|
19 author_email='k0scist@gmail.com', | 19 author_email='k0scist@gmail.com', |
20 url='http://k0s.org/', | 20 url='http://k0s.org/', |
21 license='MPL', | 21 license='MPL', |
22 packages=['makeitso'], | 22 packages=['makeitso'], |
23 include_package_data=True, | 23 include_package_data=True, |
24 package_data={'makeitso': ['python_package/*']}, | |
24 zip_safe=False, | 25 zip_safe=False, |
25 install_requires=[ | 26 install_requires=[ |
26 # -*- Extra requirements: -*- | 27 # -*- Extra requirements: -*- |
27 'tempita >= 0.5.1', | 28 'tempita >= 0.5.1', |
28 'webob', | 29 'webob', |