Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 95e53ba

Browse files
sebixboogheta
authored andcommitted
fix MANIFEST.in typo
to exclude the pycache, just use include explicitly now
1 parent 626bfa1 commit 95e53ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
prune .github
2-
gradt tests
3-
exclude tests/oauth_creds
2+
include tests/*.py
3+
include tests/*.png
44
prune utils
55
exclude .coveragerc
66
exclude .gitignore

0 commit comments

Comments
 (0)