Skip to content

Commit

Permalink
Remove files included by default from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartMacKay committed Dec 21, 2023
1 parent 278f048 commit ed9564e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Manifest used for source and binary distributions.

# Only need to explicitly include the copyright notice and the changelog.
# The readme, licence and manifest files all pet pulled in automatically
# or from the settings in setup.py

include COPYRIGHT.txt
include CHANGELOG.rst
# Notes:
# The CHANGELOG, COPYRIGHT, LICENSE and README are included automatically.
# Excluding *.py[co] also excludes empty parent, __pycache__, directory.

exclude setup.cfg
exclude pyproject.toml
Expand All @@ -14,6 +11,4 @@ recursive-include src/app_project/ *

recursive-exclude src/app_project/tests *

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

0 comments on commit ed9564e

Please sign in to comment.