comparison setup.py @ 247:9055434ebbd0 0.4.2

Fuck you `setuptools` and your arcane data includes.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 30 Mar 2014 00:09:00 -0700
parents 3580410865fe
children 0698b546e278
comparison
equal deleted inserted replaced
246:48bd17f8a7c0 247:9055434ebbd0
86 'pysqlite==2.6.3', 86 'pysqlite==2.6.3',
87 'pytest==2.5.2', 87 'pytest==2.5.2',
88 'repoze.lru==0.6', 88 'repoze.lru==0.6',
89 'python-hglib'], 89 'python-hglib'],
90 include_package_data=True, 90 include_package_data=True,
91 package_data={
92 'wikked': [
93 'resources/defaults.cfg',
94 'resources/hg_log.style',
95 'resources/init/*',
96 'templates/*.html',
97 'static/bootstrap/fonts/*',
98 'static/css/wikked.min.css',
99 'static/img/*.png',
100 'static/js/require.js',
101 'static/js/wikked.min.js'
102 ]
103 },
104 zip_safe=False, 91 zip_safe=False,
105 classifiers=[ 92 classifiers=[
106 'Development Status :: 3 - Alpha', 93 'Development Status :: 3 - Alpha',
107 'License :: OSI Approved :: Apache Software License', 94 'License :: OSI Approved :: Apache Software License',
108 'Environment :: Console', 95 'Environment :: Console',