Futz more with setup

go-templates
Eric Holscher 9 years ago
parent 0b3976ac9d
commit 6a57ab6616

@ -34,7 +34,10 @@ setup(
# trying to add files...
include_package_data=True,
package_data={
'': ['_static/*.js', '_static/*.js_t', '_static/*.css'],
'autoapi': [
'templates/*.rst',
'templates/*/*.rst',
],
},
**extra_setup
)

Loading…
Cancel
Save