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 . pip install --editable .
``` ```
test install with pipx:
```bash
pipx install .
```
Run the application . ```island --help``` Run the application . ```island --help```
Manual set in production: Manual set in production:
@ -92,7 +97,9 @@ Manual set in production:
install generic tools for deployment install generic tools for deployment
```bash ```bash
pip3 install build
pip3 install twine pip3 install twine
pip3 install keyrings.alt
``` ```
Create the new version: Create the new version:

View File

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

View File

@ -1 +1 @@
1.3.0 1.3.1