Updated setup.py MANIFEST.in
This commit is contained in:
+12
-1
@@ -1,2 +1,13 @@
|
|||||||
include LICENSE
|
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
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ setup(
|
|||||||
wssh = webssh.main:main
|
wssh = webssh.main:main
|
||||||
''',
|
''',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
include_package_data=True,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 2',
|
'Programming Language :: Python :: 2',
|
||||||
|
|||||||
Reference in New Issue
Block a user