Skip to content

Commit

Permalink
Update description and classifiers in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Nov 23, 2023
1 parent 6af62f4 commit 00a2de1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@ build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry]
name = "apitally"
version = "0.0.0"
description = "Apitally client library for Python"
version = "1.0.0"
description = "Simple API monitoring and API key management for REST APIs built with FastAPI, Flask, Django, and Starlette."
readme = "README.md"
authors = ["Apitally <hello@apitally.io>"]
license = "MIT License"
homepage = "https://docs.apitally.io"
documentation = "https://docs.apitally.io"
repository = "https://github.com/apitally/python-client"
classifiers = [
"Framework :: FastAPI",
"Development Status :: 5 - Production/Stable",
"Framework :: Django",
"Framework :: FastAPI",
"Framework :: Flask",
"Intended Audience :: Developers",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",
"Typing :: Typed",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 00a2de1

Please sign in to comment.