Skip to content

Commit

Permalink
Updted pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shner-elmo committed Mar 9, 2023
1 parent f2aaf5f commit c77bbb2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ authors = ["shner-elmo <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{include = "tradezero_api"}]
repository = "https://github.com/shner-elmo/db-wrapper"
documentation = "https://github.com/shner-elmo/tradezero-api/blob/master/README.md"
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Environment :: Console",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
]

[tool.poetry.urls]
issues = "https://github.com/shner-elmo/tradezero-api/issues"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit c77bbb2

Please sign in to comment.