Skip to content

Commit

Permalink
Rename soundcloud package
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Dec 15, 2024
1 parent 5ceda6a commit 0e77357
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "beetcamp"
version = "0.20.0"
description = "Bandcamp autotagger source for beets (http://beets.io)."
name = "beetcamp-sc"
version = "0.1.0"
description = "Soundcloud autotagger source for beets (http://beets.io)."
authors = ["Šarūnas Nejus <[email protected]>"]
readme = "README.md"
license = "GPL-2.0"
homepage = "https://github.com/snejus/beetcamp"
repository = "https://github.com/snejus/beetcamp"

packages = [{ include = "beetsplug" }]
packages = [{ include = "beetsplug", to = "soundcloud" }]
include = ["LICENSE", "README.md"]

keywords = ["music", "bandcamp", "beets", "metadata"]
Expand Down

0 comments on commit 0e77357

Please sign in to comment.