Skip to content

Commit

Permalink
pyproject homepage and repo links added
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiki committed Jul 23, 2024
1 parent a64bcd9 commit 965c8ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions notes/package-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Package desertislandutils Log
>starting an actual log

## 2024-07-23: POETRY PLUGIN HOMEBREW-FORMULA
I think this is to solve the way install is a little different than virtualenv or pip install build things.

```sh
git checkout -b feature/po-brew-form
pipx inject poetry poetry-homebrew-formula
poetry homebrew-formula --help

```


## 2024-07-22: GHA Working finally
* `release.yml` is working on tag `v0.3.9`
* good to go with pushing `release/*` tags
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name = "desertislandutils"
version = "0.3.10"
description = "A collection of personal convenience utilities"
authors = ["mahiki <[email protected]>"]
homepage = "https://github.com/mahiki/desertislandutils"
repository = "https://github.com/mahiki/desertislandutils"
readme = "README.md"
license = "MIT"
packages = [
{ include = "src/toobigdatadoc" },
{ include = "src/weeknumber" },
]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 965c8ce

Please sign in to comment.