Skip to content

Commit e50f5a9

Browse files
author
laelhalawani
committed
fix: update homepage URL in project metadata and setup script
1 parent 338d3b0 commit e50f5a9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
esp32 = "dm:main"
4242

4343
[project.urls]
44-
Homepage = "https://github.com/aistack-pl/esp32-micropython"
44+
Homepage = "https://laelhalawani.github.io/esp32_micropython/"
4545
Repository = "https://github.com/aistack-pl/esp32-micropython"
46-
Bug-Tracker = "https://github.com/aistack-pl/esp32-micropython/issues"
46+
Bug-Tracker = "https://github.com/aistack-pl/esp32-micropython/issues"
4747

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
author="aistack.pl",
2424
author_email="lael@aistack.pl",
2525
description="All-in-one utility for flashing and managing MicroPython deployments on ESP32-C3 SuperMini boards.",
26+
website="https://laelhalawani.github.io/esp32_micropython/",
2627
long_description=long_description,
2728
long_description_content_type="text/markdown",
2829
url="https://github.com/aistack-pl/esp32-micropython",
@@ -42,8 +43,9 @@
4243
],
4344
keywords="esp32 esp32-c3 micropython flash deploy mpremote esptool firmware",
4445
project_urls={
45-
"Bug Reports": "https://github.com/aistack-pl/esp32-micropython-tool/issues",
46-
"Source": "https://github.com/aistack-pl/esp32-micropython-tool/",
46+
"Bug Reports": "https://github.com/aistack-pl/esp32-micropython/issues",
47+
"Source": "https://github.com/aistack-pl/esp32-micropython/",
48+
"Homepage": "https://laelhalawani.github.io/esp32_micropython/",
4749
},
4850
include_package_data=True,
4951
)

0 commit comments

Comments
 (0)