Compare commits

..

No commits in common. "250c02bf2f29d13217c2d552a62d0503c6cca729" and "7f574dc42546c345a52b8381fd03e2fabd230c0a" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View File

@ -85,11 +85,6 @@ source .venv/bin/activate
pip install --editable .
```
test install with pipx:
```bash
pipx install .
```
Run the application . ```island --help```
Manual set in production:
@ -97,9 +92,7 @@ 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.packages.find]
where = ["."]
[tool.setuptools]
py-modules = [ "island" ]
[project]
name = "island"

View File

@ -1 +1 @@
1.3.1
1.3.0