Skip to content

Commit 1ed2fa3

Browse files
committed
chore: fix forgotten template for setup.sh
1 parent 72448e6 commit 1ed2fa3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

template/setup.mustache

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ setup(
4646
license_files=["LICENSE"],
4747
author="Fingerprint",
4848
author_email="{{infoEmail}}",
49-
url="{{packageUrl}}",
49+
project_urls={
50+
"Changelog": "https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/blob/main/CHANGELOG.md",
51+
"Code": "https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk",
52+
"Issue Tracker": "https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/issues",
53+
},
5054
keywords=["Swagger", "{{appName}}", "browser", "detection", "fingerprint", "identification",
5155
"fingerprinting", "browser-fingerprinting", "browser-fingerprint", "fraud-detection", "fraud",
5256
"audio-fingerprinting", "fingerprintjs", "fingerprintjs-pro", "visitor-identifier"],

0 commit comments

Comments
 (0)