File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ To use it include ``"sdbus.autodoc"`` extension in your
1212 extensions = [' sdbus.autodoc' ]
1313
1414 The extension can document interface class bodies. For example,
15- `python-sdbus-networkmanager <https://github.com/igo95862 /python-sdbus-networkmanager >`_
15+ `python-sdbus-networkmanager <https://github.com/python-sdbus /python-sdbus-networkmanager >`_
1616uses it to document the classes.
1717
1818.. code-block :: rst
Original file line number Diff line number Diff line change @@ -97,15 +97,15 @@ def get_link_arguments() -> list[str]:
9797 long_description = long_description ,
9898 long_description_content_type = 'text/markdown' ,
9999 version = '0.14.0' ,
100- url = 'https://github.com/igo95862 /python-sdbus' ,
100+ url = 'https://github.com/python-sdbus /python-sdbus' ,
101101 author = 'igo95862' ,
102102103103 license = 'LGPL-2.1-or-later' ,
104104 keywords = 'dbus ipc linux freedesktop' ,
105105 project_urls = {
106106 'Documentation' : 'https://python-sdbus.readthedocs.io/en/latest/' ,
107- 'Source' : 'https://github.com/igo95862 /python-sdbus/' ,
108- 'Tracker' : 'https://github.com/igo95862 /python-sdbus/issues/' ,
107+ 'Source' : 'https://github.com/python-sdbus /python-sdbus/' ,
108+ 'Tracker' : 'https://github.com/python-sdbus /python-sdbus/issues/' ,
109109 },
110110 classifiers = [
111111 'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments