Skip to content

Commit

Permalink
Add extra config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoelho93 committed May 1, 2024
1 parent e143c1b commit 7be0215
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ version = "2.0.0"
description = "An unofficial client for the official Trading212 API"
authors = ["José Coelho <[email protected]>"]
readme = "README.md"
license = "MIT"
homepage = "https://github.com/jcoelho93/python-trading212"
repository = "https://github.com/jcoelho93/python-trading212"
documentation = "https://github.com/jcoelho93/python-trading212"
keywords = ["python", "trading212", "api", "client", "unofficial", "finance", "stocks", "trading"]
classifiers = [
"Framework :: Pydantic",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business :: Financial :: Investment"
]
packages = [
{ include = "trading212", from = "." }
]
Expand All @@ -19,3 +30,6 @@ flake8 = "^7.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/jcoelho93/python-trading212/issues"

0 comments on commit 7be0215

Please sign in to comment.