Browse Source

Include templates directory in setup.py.

backports/m1-live
Erik Stein 8 years ago
parent
commit
9704d13d90
  1. 1
      setup.py

1
setup.py

@ -25,6 +25,7 @@ setup(
exclude=['tests', 'testapp'],
),
include_package_data=True,
package_data={'utils': ['templates/*']},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',

Loading…
Cancel
Save