Compare commits

...

3 Commits

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