Skip to content

Commit 7c73b28

Browse files
committed
add source and documentation urls to package metadata
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent aa8e95d commit 7c73b28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def prepare_static_build_linux(self):
442442
maintainer='Oleg Hoefling',
443443
maintainer_email='oleg.hoefling@gmail.com',
444444
url='https://github.com/mehcode/python-xmlsec',
445+
project_urls={'Documentation': 'https://xmlsec.readthedocs.io', 'Source': 'https://github.com/mehcode/python-xmlsec',},
445446
license='MIT',
446447
keywords=['xmlsec'],
447448
classifiers=[

0 commit comments

Comments
 (0)