Updated setup.py MANIFEST.in

pull/12/merge
Sheng 2018-04-27 17:58:22 +08:00
parent c70117e590
commit 1b51909ea6
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -21,6 +21,7 @@ setup(
wssh = webssh.main:main
''',
license='MIT',
include_package_data=True,
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2',