Skip to content

Commit 4c3d320

Browse files
committed
modifying the Manifest files
1 parent dc71271 commit 4c3d320

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
global-exclude *.py[cod] __pycache__ *.so
2+
graft test
13
include README.md
4+
include LICENSE
5+
include CONTRIBUTING.md
6+
include requirements.txt
27
include test_requirements.txt

packages/mbed-greentea/MANIFEST.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
include README.md LICENSE CONTRIBUTING.md
1+
global-exclude *.py[cod] __pycache__ *.so
2+
graft test
3+
include README.md
4+
include LICENSE
5+
include CONTRIBUTING.md
6+
include requirements.txt
7+
include test_requirements.txt
28
include .coveragerc

packages/mbed-host-tests/MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
global-exclude *.py[cod] __pycache__ *.so
2+
graft test
13
include README.md
4+
include requirements.txt
5+
include test_requirements.txt
26
include .coveragerc
7+

packages/mbed-ls/MANIFEST.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
include README.md LICENSE CONTRIBUTING.md
1+
global-exclude *.py[cod] __pycache__ *.so
2+
graft test
3+
include README.md
4+
include requirements.txt
5+
include test_requirements.txt
26
include .coveragerc

0 commit comments

Comments
 (0)