Browse Source

MANIFEST.in

backports/m1-live
Erik Stein 8 years ago
parent
commit
71074ab94e
  1. 4
      MANIFEST.in
  2. 1
      setup.py

4
MANIFEST.in

@ -0,0 +1,4 @@
include AUTHORS
include LICENSE
include README.md
recursive-include templates

1
setup.py

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

Loading…
Cancel
Save