chore: Remove build-and-upload entry point and bump version to 0.3.2
This commit is contained in:
11
README.md
11
README.md
@@ -153,7 +153,9 @@ password = YOUR_GITEA_PERSONAL_ACCESS_TOKEN
|
||||
|
||||
You can use the template provided in `GITEA_PYPI_CONFIG_TEMPLATE.txt` as a starting point.
|
||||
|
||||
### Using the Build and Upload Scripts
|
||||
### Using the Build and Upload Scripts (Development Only)
|
||||
|
||||
These scripts are intended for development purposes only and are not installed with the package. They should only be used by developers working on the project.
|
||||
|
||||
#### Option 1: Using the shell script
|
||||
|
||||
@@ -173,13 +175,6 @@ uv run scripts/build_and_upload.py
|
||||
make upload
|
||||
```
|
||||
|
||||
#### Option 4: Using the installed command
|
||||
|
||||
After installing the package in development mode:
|
||||
```bash
|
||||
uv pip install -e .
|
||||
build-and-upload
|
||||
```
|
||||
|
||||
### Manual Build and Upload
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user