Skip to content

Commit

Permalink
Exclude docs, tests, and the sample project from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed Aug 12, 2024
1 parent d8889a6 commit ac87232
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 ac87232

Please sign in to comment.