Skip to content

Commit

Permalink
Remove unnecessary files from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Nov 27, 2024
1 parent 7028704 commit 1f51be1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include picows/*.pxd picows/*.pyx picows/picows_compat.h
exclude picows/*.c
exclude examples/*
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@
annotate=True,
gdb_debug=False
),
package_data={"picows": ["py.typed"]},
)

0 comments on commit 1f51be1

Please sign in to comment.