Skip to content

Commit

Permalink
πŸ› fix: add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Mar 7, 2024
1 parent 9889433 commit 740b91e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ dependencies = [
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }
repository = "https://github.com/ljnsn/coinapi-rest"
keywords = ["cryptocurrency", "crypto", "prices", "coinapi"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]

[build-system]
requires = ["pdm-backend"]
Expand Down

0 comments on commit 740b91e

Please sign in to comment.