Skip to content

Commit

Permalink
MANIFEST.in: Include everything
Browse files Browse the repository at this point in the history
test/__init__.py is especially needed, but most other files
are useful for packagers.

Fixes #58
  • Loading branch information
jayvdb committed Oct 20, 2019
1 parent 2aeb194 commit f806f89
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
include README.md
include README.md CHANGES.md
include LICENSE.txt
include requirements.txt
include TODO
include ctypeslib/experimental/README.txt
recursive-include ctypeslib *.py
recursive-include docs *.*
recursive-include test *.py
recursive-include test *.c
recursive-include test *.cpp
recursive-include test *.h

# added by check_manifest.py
include *.txt

0 comments on commit f806f89

Please sign in to comment.