Skip to content

Commit

Permalink
Adds more data to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Mar 24, 2023
1 parent c2b77fc commit 8486ae5
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 @@ -3,8 +3,23 @@ name = "typerconf"
version = "1.0"
description = "Library to read and write configs using API and CLI with Typer"
authors = ["Daniel Bosk <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/dbosk/typerconf"
keywords = ["typer", "conf", "config", "git-like", "config lib", "write conf"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Environment :: Console",
"Topic :: Utilities"
]
include = ["src/**/*.py"]

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/dbosk/typerconf/issues"
"Releases" = "https://github.com/dbosk/typerconf/releases"

[tool.poetry.dependencies]
python = "^3.7"
appdirs = "^1.4.4"
Expand Down

0 comments on commit 8486ae5

Please sign in to comment.