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 f92c0ec commit 36c2b42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 37 deletions.
36 changes: 0 additions & 36 deletions MANIFEST.in

This file was deleted.

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 36c2b42

Please sign in to comment.