Skip to content

Commit 9392351

Browse files
committed
Added project_urls to setup
1 parent 0cbaee7 commit 9392351

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
setup(name='screen_brightness_control',
44
version='0.5.1',
55
url='https://github.com/Crozzers/screen_brightness_control',
6+
project_urls={
7+
'Documentation': 'https://crozzers.github.io/screen_brightness_control',
8+
'Issue Tracker': 'https://github.com/Crozzers/screen_brightness_control/issues'
9+
},
610
license='MIT',
711
author='Crozzers',
812
author_email='[email protected]',

0 commit comments

Comments
 (0)