-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (22 loc) · 656 Bytes
/
Copy pathpyproject.toml
File metadata and controls
24 lines (22 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "micropycelium"
version = "0.0.1"
authors = [
{ name="k98kurz", email="k98kurz@gmail.com" },
]
description = "Mesh networking system for micropython"
readme = "readme.md"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: ISC License (ISCL)",
"Operating System :: OS Independent",
"Topic :: System :: Networking",
]
[project.urls]
"Homepage" = "https://github.com/k98kurz/micropycelium"
"Bug Tracker" = "https://github.com/k98kurz/micropycelium/issues"