8000 Exclude compiled Python files in source distributions (#215) · sktt/google-auth-library-python@6999666 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6999666

Browse files
author
Jon Wayne Parrott
authored
Exclude compiled Python files in source distributions (googleapis#215)
1 parent 5d37a64 commit 6999666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.rst LICENSE CHANGELOG.rst
22
recursive-include tests *
3+
global-exclude *.pyc __pycache__

0 commit comments

Comments
 (0)
0