replace include_package_data with manual package_data
This commit is contained in:
parent
f74047cae0
commit
25abe18969
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -18,7 +18,6 @@ setup(
|
|||
'Programming Language :: Python',
|
||||
'Framework :: Django',
|
||||
],
|
||||
include_package_data=True,
|
||||
package_data= {'': ['*.txt', '*.css', '*.png', '*.js', '*.html']},
|
||||
zip_safe=False,
|
||||
setup_requires=['setuptools_bzr'],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue