Skip to content

Commit 6fa8dc0

Browse files
author
laelhalawani
committed
Fix pyproject.toml TOML syntax and add LICENSE file
1 parent d4c1871 commit 6fa8dc0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MIT License. Copyright (c) 2025 aistack.pl. Permission is granted to use, copy, modify, and distribute this software for any purpose with or without fee. Provided "as is" without warranty of any kind.

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "esp32-micropython"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "All-in-one utility for flashing and managing MicroPython deployments on ESP32-C3 SuperMini boards."
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.11,<3.12"
11-
license = { text = "MIT" }
11+
license = "MIT"
1212
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "aistack.pl", email = "lael@aistack.pl" },
@@ -24,7 +24,6 @@ classifiers = [
2424
"Topic :: System :: Hardware :: Hardware Drivers",
2525
"Topic :: Terminals :: Serial",
2626
"Topic :: Utilities",
27-
"License :: OSI Approved :: MIT License",
2827
"Programming Language :: Python :: 3",
2928
"Programming Language :: Python :: 3.11",
3029
"Operating System :: OS Independent",
@@ -42,5 +41,5 @@ esp32 = "dm:main"
4241
[project.urls]
4342
Homepage = "https://laelhalawani.github.io/esp32_micropython/"
4443
Repository = "https://github.com/aistack-pl/esp32-micropython"
45-
Bug Tracker = "https://github.com/aistack-pl/esp32-micropython/issues"
44+
Bug_Tracker = "https://github.com/aistack-pl/esp32-micropython/issues"
4645
Documentation = "https://github.com/aistack-pl/esp32-micropython#readme"

0 commit comments

Comments
 (0)