Skip to content

Commit eeb8533

Browse files
Populate some more fields in pyproject.toml and update README
1 parent 98c0d74 commit eeb8533

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pip install arachnid-shield-sdk
99

1010
## Usage
1111

12-
First, obtain login credentials by contacting [Project Arachnid](https://projectarachnid.ca/en/contact).
12+
First, obtain login credentials by contacting [Project Arachnid](https://shield.projectarachnid.com/).
1313

1414
This client acts simply as a global resource that may live as long as your application. So you may use it in different ways.
1515

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "arachnid-shield-sdk"
3-
version = "1.0.0"
3+
version = "0.1.0"
44
description = "An SDK to work with the Arachnid Shield API"
55

66
authors = [
@@ -11,10 +11,10 @@ authors = [
1111
readme = "README.md"
1212
license = {file = "LICENSE"}
1313

14-
homepage = "https://projectarachnid.ca/en/#shield"
15-
documentation = "https://projectarachnid.ca/en/#shield"
14+
homepage = "https://shield.projectarachnid.com/"
15+
documentation = "https://shield.projectarachnid.com/"
1616
repository = "https://github.com/CdnCentreForChildProtection/arachnid-shield-sdk-python/"
17-
keywords = ["arachnid-shield", "sdk"]
17+
keywords = ["arachnid-shield", "sdk", "arachnid"]
1818

1919
classifiers = [
2020
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)