Skip to content

Commit 98c0d74

Browse files
Update pyproject.toml
1 parent 1cc40d3 commit 98c0d74

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,22 @@ authors = [
99
]
1010

1111
readme = "README.md"
12+
license = {file = "LICENSE"}
13+
1214
homepage = "https://projectarachnid.ca/en/#shield"
13-
documentation = "https://projectarachnid.ca/en/#shield" # FIXME: Put the real docs page here.
15+
documentation = "https://projectarachnid.ca/en/#shield"
16+
repository = "https://github.com/CdnCentreForChildProtection/arachnid-shield-sdk-python/"
1417
keywords = ["arachnid-shield", "sdk"]
1518

19+
classifiers = [
20+
"Development Status :: 4 - Beta",
21+
"Programming Language :: Python :: 3.8",
22+
"Programming Language :: Python :: 3.9",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
]
27+
1628
packages = [
1729
{include = "arachnid_shield_sdk"},
1830
]

0 commit comments

Comments
 (0)