Skip to content

Commit e08194f

Browse files
authored
Merge pull request #39 from Czaki/links_in_setup_py
Improve discoverability of repository by add metadata to distibuable
2 parents e68983a + 756cdec commit e08194f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@
3131
'setuptools>=38.6.0', # for long_description_content_type
3232
],
3333
py_modules=["hsluv"],
34-
test_suite="tests.test_hsluv"
34+
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+
}
3539
)

0 commit comments

Comments
 (0)