webssh/MANIFEST.in

14 lines
241 B
Plaintext
Raw Normal View History

2018-04-26 17:40:47 +00:00
include LICENSE
2018-04-27 09:58:22 +00:00
recursive-include tests *
prune tests/__pycache__
prune tests/.pytest_cache
recursive-include webssh *
prune webssh/__pycache__
prune webssh/.pytest_cache
global-exclude *.pyc
global-exclude *.log
global-exclude .coverage