Skip to content

Commit

Permalink
Fix manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Sep 4, 2023
1 parent 4d9103e commit 8758cda
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

include setup.py

recursive-include pg pgdb tests *.py

include pg/*.pyi
include pg/py.typed
include pgdb/py.typed
recursive-include pg *.py *.pyi py.typed
recursive-include pgdb *.py py.typed
recursive-include tests *.py

include ext/*.c
include ext/*.h
Expand Down

0 comments on commit 8758cda

Please sign in to comment.