Files @ a55188428e8e
Branch filter:

Location: conntrackt/MANIFEST.in

branko
CONNT-22: Added the manifest file for setuptools. Switched to using find_packages instead of explicitly listing the packages. Updated license name and classifiers.
1
2
3
4
5
6
7
8
9
include LICENSE
include MANIFEST.in
include README.rst
recursive-include conntrackt/static *
recursive-include conntrackt/templates *
recursive-include docs *
recursive-include requirements *
recursive-exclude * *.py[co]
recursive-exclude docs/_build