We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee37a8 commit 04b8365Copy full SHA for 04b8365
MANIFEST.in
@@ -1,3 +1,12 @@
1
-recursive-include DistancePrinter *
2
-prune doc
3
-exclude MANIFEST.in
+graft src
+graft tests
+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