Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vshulcz committed Nov 3, 2024
1 parent bce715f commit a43d14a
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
[project]
name = "injex"
version = "0.1.1"
version = "0.1.2"
authors = [{name = "vshulcz", email = "vshulcz@gmail.com"}]
description = "DI container for Python applications"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
]
keywords = ["dependency", "injection", "di", "container", "ddd"]
dependencies = []

[tool.uv]
Expand All @@ -14,5 +25,5 @@ dev-dependencies = [
"ruff>=0.7.0",
]

[tool.poetry.urls]
homepage = "https://github.com/vshulcz/injex"
[project.urls]
"Homepage" = "https://github.com/vshulcz/injex"

0 comments on commit a43d14a

Please sign in to comment.