Skip to content

Commit

Permalink
build: add beets as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jul 11, 2023
1 parent 2cbfa03 commit 825c7f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,21 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
'beets>=1.5.0',
]
dynamic = ["version"]

[project.urls]
Repository = "https://github.com/steven-murray/beet-summarize"
Changelog = "https://github.com/steven-murray/beet-summarize/releases"

[project.optional-dependencies]
tests = ["pytest"]
tests = [
"pytest",
"pytest-cov"
]

dev = [
"pre-commit",
"summarize[tests]",
Expand Down

0 comments on commit 825c7f4

Please sign in to comment.