Skip to content

Commit

Permalink
Fix including tests in sdist (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jun 5, 2023
1 parent c9756a8 commit 57fa86d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ include README.md
include src/*.[ch]
include vendor/hiredis/COPYING
include vendor/hiredis/*.[ch]
include test.py
graft test
graft tests
global-exclude __pycache__
global-exclude *.py[co]

0 comments on commit 57fa86d

Please sign in to comment.