.gitignore:

* extend gitignore by recommended values

`pyproject.toml`:
* cap supported python version to 3.12 caused by audioop being removed in 3.13
* add static uv metadata for platform-dependent dependencies
* explicit set namespace of swingmusic

`README.md`:
* remove platform-dependent wsgi server. now being managed in pyproject.toml
This commit is contained in:
michilyy
2025-06-03 11:39:36 +02:00
parent 8a5bed9c10
commit 065fe9f372
3 changed files with 200 additions and 21 deletions
-10
View File
@@ -149,16 +149,6 @@ git clone git@github.com:swingmx/swingmusic.git
uv sync
```
```sh
# 3. Install wsgi server
# If you are on Windows, install waitress:
uv pip install waitress
# If you are on Unix, install bjoern:
uv pip install bjoern
```
> [!TIP]
> The `libev` package is needed on Linux and MacOS. You can install it on other system as shown:
>