3 Commits
v1.3.0 ... main

Author SHA1 Message Date
250c02bf2f [DOC] add some doc to test with pipx 2025-01-11 16:36:48 +01:00
3089c34365 [RELEASE] create a fix version 2025-01-11 16:20:10 +01:00
5affb21544 [FIX] install path is wrong 2025-01-11 16:19:40 +01:00
3 changed files with 10 additions and 3 deletions

View File

@@ -85,6 +85,11 @@ source .venv/bin/activate
pip install --editable .
```
test install with pipx:
```bash
pipx install .
```
Run the application . ```island --help```
Manual set in production:
@@ -92,7 +97,9 @@ Manual set in production:
install generic tools for deployment
```bash
pip3 install build
pip3 install twine
pip3 install keyrings.alt
```
Create the new version:

View File

@@ -2,8 +2,8 @@
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
py-modules = [ "island" ]
[tool.setuptools.packages.find]
where = ["."]
[project]
name = "island"

View File

@@ -1 +1 @@
1.3.0
1.3.1