File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,22 @@ authors = [
9
9
]
10
10
11
11
readme = " README.md"
12
+ license = {file = " LICENSE" }
13
+
12
14
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/"
14
17
keywords = [" arachnid-shield" , " sdk" ]
15
18
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
+
16
28
packages = [
17
29
{include = " arachnid_shield_sdk" },
18
30
]
You can’t perform that action at this time.
0 commit comments