summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStephanos Ioannidis <root@stephanos.io>2024-10-04 01:05:31 +0900
committerStephanos Ioannidis <root@stephanos.io>2024-10-04 09:10:07 +0900
commit0f321f8c29b2b4b43fc2875573b27d6d77638f1d (patch)
treeb68f6654feb558423be975b24e5f7663fa2fdac2 /setup.py
parent601f11743b2c828e3247b19e125e18f466148575 (diff)
Update various outdated links and contact information
This commit updates various outdated links and contact information throughout the repository. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 8aa2cc4..af5a19f 100644
--- a/setup.py
+++ b/setup.py
@@ -20,9 +20,9 @@ setuptools.setup(
encoding="utf-8"
).read(),
- url="https://github.com/ulfalizer/Kconfiglib",
- author='Ulf "Ulfalizer" Magnusson',
- author_email="ulfalizer@gmail.com",
+ url="https://github.com/zephyrproject-rtos/Kconfiglib",
+ author='Zephyr Project',
+ author_email="ci@zephyrproject.org",
keywords="kconfig, kbuild, menuconfig, configuration-management",
license="ISC",
@@ -68,8 +68,8 @@ setuptools.setup(
python_requires=">=2.7,!=3.0.*,!=3.1.*",
project_urls={
- "GitHub repository": "https://github.com/ulfalizer/Kconfiglib",
- "Examples": "https://github.com/ulfalizer/Kconfiglib/tree/master/examples",
+ "GitHub repository": "https://github.com/zephyrproject-rtos/Kconfiglib",
+ "Examples": "https://github.com/zephyrproject-rtos/Kconfiglib/tree/master/examples",
},
classifiers=[