Skip to content

Commit d76ecd9

Browse files
authored
Merge pull request #147 from hoefling/project-urls
add source and documentation urls to package metadata
2 parents aa8e95d + 7c73b28 commit d76ecd9

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)