Skip to content

Commit

Permalink
build: add more files to the sdist package (#219)
Browse files Browse the repository at this point in the history
* add basic configuration files
* fix the completeness of the "test" folder
* exclude common temp/cache files
  • Loading branch information
pbodnar committed Jul 6, 2024
1 parent 0653065 commit 6a5a23f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# see https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html#controlling-files-in-the-distribution

include LICENSE
include requirements.txt
include tox.ini

graft test
recursive-include ** makefile

global-exclude *~ *.py[cod] *.so __pycache__

0 comments on commit 6a5a23f

Please sign in to comment.