mirror of https://github.com/scrapy/scrapy.git
include templates
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40253
This commit is contained in:
parent
818d9baf69
commit
c6d4a37a98
|
|
@ -22,7 +22,7 @@ setup(
|
|||
|
||||
packages = find_packages(),
|
||||
package_data = {
|
||||
'': ['*.tmpl'],
|
||||
'scrapy': ['templates/*.tmpl'],
|
||||
},
|
||||
scripts = ['scrapy/bin/scrapy-admin.py'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue