Mercurial > hg > MakeItSo
comparison setup.py @ 235:9216f5c9e051
???
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 15 Dec 2015 10:22:42 -0800 |
parents | f4369bc606cb |
children | f3a0fb722b45 |
comparison
equal
deleted
inserted
replaced
234:f4369bc606cb | 235:9216f5c9e051 |
---|---|
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': [ | 32 package_data={'makeitso': [ |
33 join('python_package', 'tests', '*') | |
33 # 'python_package/*' | 34 # 'python_package/*' |
34 ]}, | 35 ]}, |
35 zip_safe=False, | 36 zip_safe=False, |
36 install_requires=[ | 37 install_requires=[ |
37 # -*- Extra requirements: -*- | 38 # -*- Extra requirements: -*- |