mirror of
https://github.com/huashengdun/webssh.git
synced 2026-02-14 11:49:50 +00:00
Updated setup.py MANIFEST.in
This commit is contained in:
13
MANIFEST.in
13
MANIFEST.in
@@ -1,2 +1,13 @@
|
||||
include LICENSE
|
||||
recursive-include tests *.py *.key *.db known_hosts*
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user