Skip to content

Commit

Permalink
Exclude plugin tests, include all files from MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Dec 5, 2024
1 parent 755e825 commit c1cb044
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 37 deletions.
36 changes: 0 additions & 36 deletions MANIFEST.in

This file was deleted.

8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ Unreleased
----------

New features:

Bug fixes:

* Synchronise files included in the source distribution with what we used to
have before the introduction of Poetry.
:bug:`5531`
:bug:`5526`

For packagers:

Other changes:

2.2.0 (December 02, 2024)
Expand Down
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ packages = [
{ include = "beets" },
{ include = "beetsplug" },
]
include = ["test", "man/**/*"] # extra files to include in the sdist
include = [ # extra files to include in the sdist
"docs",
"extra",
"man/**/*",
"test/*.py",
"test/rsrc/**/*",
]
exclude = ["docs/_build", "docs/modd.conf", "docs/**/*.css"]

[tool.poetry.urls]
Changelog = "https://github.com/beetbox/beets/blob/master/docs/changelog.rst"
Expand Down

0 comments on commit c1cb044

Please sign in to comment.