-
Notifications
You must be signed in to change notification settings - Fork 21
/
pyproject.toml
31 lines (29 loc) · 941 Bytes
/
pyproject.toml
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
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=61.0", "wheel"]
[project]
name = "automx2"
version = "2025.1.1"
authors = [{name= "Ralph Seichter", email="[email protected]"}]
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Topic :: System :: Systems Administration",
"Topic :: Utilities",
]
dependencies = [
"Flask-Migrate>=2.5.2",
"Flask-SQLAlchemy>=2.4.1",
"Flask>=1.1.1",
"ldap3>=2.6",
]
description = "Mail User Agent auto-configuration service"
keywords = [ "autoconfig", "mobileconfig", "mua" ]
readme = "README.md"
requires-python = ">=3.7"
[project.urls]
Documentation = "https://rseichter.github.io/automx2/"
Issues = "https://github.com/rseichter/automx2/issues"
Source = "https://github.com/rseichter/automx2"