We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e68983a + 756cdec commit e08194fCopy full SHA for e08194f
1 file changed
setup.py
@@ -31,5 +31,9 @@
31
'setuptools>=38.6.0', # for long_description_content_type
32
],
33
py_modules=["hsluv"],
34
- test_suite="tests.test_hsluv"
+ test_suite="tests.test_hsluv",
35
+ project_urls={
36
+ "Bug Tracker": "https://github.com/hsluv/hsluv-python/issues",
37
+ "Source Code": "https://github.com/hsluv/hsluv-python",
38
+ }
39
)
0 commit comments