chore: Remove build-and-upload entry point and bump version to 0.3.2

This commit is contained in:
2025-08-11 15:00:59 +02:00
parent 3375622b7c
commit 457c70efe3
2 changed files with 4 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "paroles-net-scraper"
version = "0.3.1"
version = "0.3.2"
description = "A Python package to fetch song lyrics from paroles.net"
authors = [
{name = "Rene Luria", email = "rene@luria.ch"}
@@ -24,7 +24,6 @@ dev = [
[project.scripts]
paroles-scraper = "paroles_net_scraper.cli:main"
build-and-upload = "scripts.build_and_upload:main"
[project.urls]
Homepage = "https://gitea.parano.ch/herel/paroles-net-scraper"