-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
22 lines (20 loc) · 699 Bytes
/
Copy pathpyproject.toml
File metadata and controls
22 lines (20 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "ZenithLib"
version = "1.0.1"
authors = [
{ name="Ryan Rudd", email="rsrudd@gmail.com" },
]
description = "Zenith is a powerful Python framework that revolutionizes web development by enabling declarative and efficient UI components for building interactive and scalable websites."
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/Ryan-Rudd/Zenith"
"Bug Tracker" = "https://github.com/Ryan-Rudd/Zenith/issues"