replace include_package_data with manual package_data
This commit is contained in:
parent
f74047cae0
commit
25abe18969
3
setup.py
3
setup.py
|
@ -18,7 +18,6 @@ setup(
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Framework :: Django',
|
'Framework :: Django',
|
||||||
],
|
],
|
||||||
include_package_data=True,
|
package_data= {'': ['*.txt', '*.css', '*.png', '*.js', '*.html']},
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
setup_requires=['setuptools_bzr'],
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user