Compare commits
3 Commits
7f574dc425
...
250c02bf2f
Author | SHA1 | Date | |
---|---|---|---|
250c02bf2f | |||
3089c34365 | |||
5affb21544 |
@ -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:
|
||||
|
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
1.3.0
|
||||
1.3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user