We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2aaf5f commit c77bbb2Copy full SHA for c77bbb2
pyproject.toml
@@ -6,6 +6,19 @@ authors = ["shner-elmo <770elmo@gmail.com>"]
6
license = "MIT"
7
readme = "README.md"
8
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"
22
23
[tool.poetry.dependencies]
24
python = "^3.10"
0 commit comments