15 lines
340 B
TOML
15 lines
340 B
TOML
[project]
|
|
name = "project_management"
|
|
authors = [
|
|
{ name = "support@seeraarabia.com", email = "support@seeraarabia.com"}
|
|
]
|
|
description = "Project Management UI"
|
|
requires-python = ">=3.10"
|
|
readme = "README.md"
|
|
dynamic = ["version"]
|
|
dependencies = []
|
|
|
|
[build-system]
|
|
requires = ["flit_core >=3.4,<4"]
|
|
build-backend = "flit_core.buildapi"
|