comparison setup.py @ 261:395fe039c7c0

[packaging] what a difference an underscore makes
author Jeff Hammel <k0scist@gmail.com>
date Sun, 13 Aug 2017 15:39:47 -0700
parents 4a0bf841ebbf
children 0999d80b8e3c
comparison
equal deleted inserted replaced
260:bcf5c438a480 261:395fe039c7c0
29 url='http://k0s.org/hg/MakeItSo', 29 url='http://k0s.org/hg/MakeItSo',
30 license='MPL', 30 license='MPL',
31 packages=['makeitso'], 31 packages=['makeitso'],
32 include_package_data=True, 32 include_package_data=True,
33 package_data={'makeitso': [ 33 package_data={'makeitso': [
34 os.path.join('python_package', 'tests', '*') 34 os.path.join('python_package', 'tests', '*')
35 ]}, 35 ]},
36 zip_safe=False, 36 zip_safe=False,
37 install_requires=[ 37 install_requires=[
38 # -*- Extra requirements: -*- 38 # -*- Extra requirements: -*-
39 'tempita >= 0.5.1', 39 'tempita >= 0.5.1',