Skip to content

Commit 04b8365

Browse files
committed
skpkg: update MANIFEST.in
1 parent 2ee37a8 commit 04b8365

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

MANIFEST.in

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
recursive-include DistancePrinter *
2-
prune doc
3-
exclude MANIFEST.in
1+
graft src
2+
graft tests
3+
graft requirements
4+
5+
include AUTHORS.rst LICENSE*.rst README.rst
6+
7+
# Exclude all bytecode files and __pycache__ directories
8+
global-exclude *.py[cod] # Exclude all .pyc, .pyo, and .pyd files.
9+
global-exclude .DS_Store # Exclude Mac filesystem artifacts.
10+
global-exclude __pycache__ # Exclude Python cache directories.
11+
global-exclude .git* # Exclude git files and directories.
12+
global-exclude .idea # Exclude PyCharm project settings.

0 commit comments

Comments
 (0)