-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
42 lines (38 loc) · 1.36 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "heiDPI"
version = "1.3.0"
authors = [
{ name="Stefan Machmeier", email="[email protected]" },
]
description = "nDPId consumer implementation"
readme = "README.consumer.md"
license = { file="LICENSE" }
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Operating System :: OS Independent",
"Operating System :: OS Independent",
'Intended Audience :: Telecommunications Industry',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Security',
'Topic :: Internet :: Log Analysis',
'Topic :: System :: Networking :: Monitoring',
]
[project.scripts]
heiDPI = "heidpi.heiDPI_logger:main"
[project.urls]
"Homepage" = "https://github.com/stefanDeveloper/heiDPI"
"Bug Tracker" = "https://github.com/stefanDeveloper/heiDPI/issues"