-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (38 loc) · 1.34 KB
/
pyproject.toml
File metadata and controls
42 lines (38 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ManagerX-DevTools"
version = "1.2026.03.29"
description = "A collection of development tools for ManagerX [ManagerX Ecosystem]"
readme = "README.md"
license = "GPL-3.0-or-later"
authors = [
{name = "OPPRO.NET Development", email = "development@oppro-network.de"}
]
keywords = ["ManagerX", "Development", "Tools", "Ecosystem"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
]
dependencies = [
"aiosqlite>=0.22.1",
"datetime>=5.1",
"httpx>=0.24.1",
"psutil>=5.9.5",
"PyYAML>=6.0.1",
"rich>=13.5.2"
]
[project.urls]
"Homepage" = "https://oppro-network.de/"
"Repository" = "https://github.com/ManagerX-Development/ManagerX-DevTools"
"Documentation" = "https://docs.oppro-network.de/ManagerX-DevTools/"
"Changelog" = "https://github.com/ManagerX-Development/ManagerX-DevTools/releases"
"Bug Tracker" = "https://github.com/ManagerX-Development/ManagerX-DevTools/issues"