Skip to content

Commit a2230d8

Browse files
committed
setup.py: fix URLs that are specific to python-sdbus-networkmanager
The documentation URL in the README.md pointed to 'https://python-sdbus-networkmanager.readthedocs.io', but the one in setup.py pointed to python-sdbus instead. Fix the documentation URL, and while at it fix some others that had the same issue. Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
1 parent 9edda49 commit a2230d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',
3232
version='2.0.0',
33-
url='https://github.com/python-sdbus/python-sdbus',
33+
url='https://github.com/python-sdbus/python-sdbus-networkmanager',
3434
author='igo95862',
3535
author_email='igo95862@yandex.ru',
3636
license='LGPL-2.1-or-later',
3737
keywords='dbus networkmanager networking linux freedesktop',
3838
project_urls={
39-
'Documentation': 'https://python-sdbus.readthedocs.io/en/latest/',
40-
'Source': 'https://github.com/python-sdbus/python-sdbus/',
41-
'Tracker': 'https://github.com/python-sdbus/python-sdbus/issues/',
39+
'Documentation': 'https://python-sdbus-networkmanager.readthedocs.io/en/latest/',
40+
'Source': 'https://github.com/python-sdbus/python-sdbus-networkmanager/',
41+
'Tracker': 'https://github.com/python-sdbus/python-sdbus-networkmanager/issues/',
4242
},
4343
classifiers=[
4444
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)