Skip to content

Commit c77bbb2

Browse files
committed
Updted pyproject.toml
1 parent f2aaf5f commit c77bbb2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ authors = ["shner-elmo <770elmo@gmail.com>"]
66
license = "MIT"
77
readme = "README.md"
88
packages = [{include = "tradezero_api"}]
9+
repository = "https://github.com/shner-elmo/db-wrapper"
10+
documentation = "https://github.com/shner-elmo/tradezero-api/blob/master/README.md"
11+
classifiers = [
12+
"License :: OSI Approved :: MIT License",
13+
"Operating System :: OS Independent",
14+
"Environment :: Console",
15+
"Programming Language :: Python",
16+
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3 :: Only",
18+
]
19+
20+
[tool.poetry.urls]
21+
issues = "https://github.com/shner-elmo/tradezero-api/issues"
922

1023
[tool.poetry.dependencies]
1124
python = "^3.10"

0 commit comments

Comments
 (0)