Skip to content

Commit

Permalink
Merge pull request #11 from xyngular/josho/add-metadata-to-pypi-package
Browse files Browse the repository at this point in the history
fix: add missing metadata to package.
  • Loading branch information
joshorr authored Nov 20, 2022
2 parents 47912ee + ced4cea commit 1759593
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ version = "1.0.0"
description = "Lazy dependency injection."
authors = ["Josh Orr <[email protected]>"]
packages = [{include = "xinject"}]
readme = "README.md"
license = "MIT-0"
repository = "https://github.com/xyngular/py-xinject"
keywords = ["dependency", "injection", "lazy", "resource"]
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
]


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

0 comments on commit 1759593

Please sign in to comment.