Skip to content

Commit eb653e6

Browse files
committed
feat(pyproject.toml): update version to 0.1.2 and add project description, license, homepage, and repository URLs for better project documentation and visibility
1 parent d2823db commit eb653e6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[tool.poetry]
22
name = "pypi-workflow"
3-
version = "0.1.1"
4-
description = ""
3+
version = "0.1.2"
4+
description = "Simple template for creating PyPI packages with automated publishing using GitHub Actions."
5+
license = "MIT"
56
authors = ["SpaceShaman <spaceshaman@tuta.io>"]
67
readme = "README.md"
8+
homepage = "https://github.com/SpaceShaman/pypi-workflow"
9+
repository = "https://github.com/SpaceShaman/pypi-workflow"
710

811
[tool.poetry.dependencies]
912
python = ">=3.10.0,<4.0.0"

0 commit comments

Comments
 (0)