Skip to content

Commit

Permalink
Updated project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ag14774 committed Sep 27, 2024
1 parent bb949c9 commit f512975
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[tool.poetry]
name = "poetry-monoranger-plugin"
version = "0.1.0"
description = ""
description = "Monoranger is a plugin for Poetry that helps you manage your monorepo, enabling shared lockfiles and virtual environments."
license = "Apache-2.0"
authors = ["Andreas Georgiou <[email protected]>"]
readme = "README.md"
repository = "https://github.com/ag14774/poetry-monoranger-plugin"
keywords = ["packaging", "poetry", "monorepo", "lockfile", "virtualenv"]
classifiers = [
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules"
]

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

0 comments on commit f512975

Please sign in to comment.