Skip to content

Commit

Permalink
refactor(setup): re-add MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
aleaf committed Jan 15, 2024
1 parent 876a373 commit 8354361
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
include Readme.md

recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat

include versioneer.py
include sfrmaker/_version.py
include sfrmaker/default_config.yml

# If including data files in the package, add them like:
# include path/to/data_file

0 comments on commit 8354361

Please sign in to comment.