Skip to content

Commit

Permalink
add: Links to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekidev committed Dec 30, 2023
1 parent dab7edf commit cd1bcb3
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
[tool.poetry]
name = "anime-api"
version = "1.0.1"
version = "1.0.2"
description = "A collection of wrappers for anime-related APIs"
authors = ["Neki <[email protected]>"]
authors = ["Neki <[email protected]>"]
maintainers = ["Neki <[email protected]>"]
readme = "README.md"
packages = [{include = "anime_api"}]
license = "MIT"
homepage = "https://github.com/Nekidev/anime-api"
repository = "https://github.com/Nekidev/anime-api"
documentation = "https://github.com/Nekidev/anime-api/tree/main/docs"
keywords = ["anime", "anime api", "api", "manga", "manga api", "catgirl", "anime images", "anime pictures"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Utilities",
]
exclude = [
"dist/",
"docs/",
]



[tool.poetry.dependencies]
python = ">=3.7,<4"
Expand Down

0 comments on commit cd1bcb3

Please sign in to comment.