Skip to content

Commit 1b51909

Browse files
committed
Updated setup.py MANIFEST.in
1 parent c70117e commit 1b51909

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

MANIFEST.in

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
include LICENSE
2-
recursive-include tests *.py *.key *.db known_hosts*
2+
3+
recursive-include tests *
4+
prune tests/__pycache__
5+
prune tests/.pytest_cache
6+
7+
recursive-include webssh *
8+
prune webssh/__pycache__
9+
prune webssh/.pytest_cache
10+
11+
global-exclude *.pyc
12+
global-exclude *.log
13+
global-exclude .coverage

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
wssh = webssh.main:main
2222
''',
2323
license='MIT',
24+
include_package_data=True,
2425
classifiers=[
2526
'Programming Language :: Python',
2627
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)