Futz more with setup

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

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

Loading…
Cancel
Save