Skip to content

Commit

Permalink
Merge pull request #916 from jazzband/manifest-changes
Browse files Browse the repository at this point in the history
Exclude docs, tests, and the sample project from the package
  • Loading branch information
rtpg authored Sep 28, 2024
2 parents 764664f + ac87232 commit 3d42581
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

(Unreleased)
~~~~~~~~~~~~
* We no longer package tests, docs, or the sample taggit app into the distributed wheels. While we believe this shouldn't affect anything for users of the library, please tell us if you find yourself hitting issues (like around import errors)

* Added a management command (``remove_orphaned_tags``) to remove orphaned tags

6.0.0 (2024-07-27)
Expand Down
9 changes: 6 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ include AUTHORS
include CHANGELOG.rst
include LICENSE
include README.rst
include tox.ini
recursive-include docs *.py *.rst
include setup.cfg
include setup.py
recursive-include taggit *.py
recursive-include taggit/locale *.mo *.po
recursive-include tests *.html *.py
prune tests
prune sample_taggit
prune docs

0 comments on commit 3d42581

Please sign in to comment.