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