Skip to content

Commit

Permalink
build: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
snaeil committed May 17, 2024
1 parent 43e4439 commit 195a141
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ description = "Extends python's argparser with environment variables"
authors = ["snaeil <schnegel@posteo.de>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/snaeil/argparsenv"
repository = "https://github.com/snaeil/argparsenv"
keywords = ["cli", "environment", "arguments"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Typed",
]

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

0 comments on commit 195a141

Please sign in to comment.