Skip to content

Commit

Permalink
MANIFEST.in: fix __pycache__ being included to sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Oct 22, 2019
1 parent 80f3a1b commit a710a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
graft tests
global-exclude *.py[co]
global-exclude __pycache__
graft tests
include LICENSE
include README.md
include src/scaraplate/py.typed
Expand Down

0 comments on commit a710a65

Please sign in to comment.