Skip to content

Commit

Permalink
update for meta
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-mccarthy committed Jan 4, 2025
1 parent 2785963 commit b9445ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install and Build
run: |
poetry install
poetry run pytestpoet
poetry run pytest
poetry build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name = "cbujo"
version = "0.0.2"
description = "Bullet Journal for the CLI"
authors = ["Joe McCarthy <[email protected]>"]
license = "GPL-3.0"
maintainers = ["Joe McCarthy <[email protected]>"]
documentation = "https://github.com/joe-mccarthy/cbujo"
license = "GPL-3.0-only"
readme = "README.md"
homepage = "https://github.com/joe-mccarthy/cbujo"
repository = "https://github.com/joe-mccarthy/cbujo"

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

0 comments on commit b9445ee

Please sign in to comment.