forked from davidvlaminck/OTLMOW-Model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
27 lines (22 loc) · 1.28 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
[build-system]
requires = [ "setuptools", "wheel",]
build-backend = "setuptools.build_meta"
[project]
name = "otlmow_model"
version = "2.13.9.0"
readme = "README.md"
classifiers = [ "Programming Language :: Python :: 3", "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", "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: Dutch", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance",]
requires-python = ">=3.9"
dependencies = []
[[project.authors]]
name = "David Vlaminck"
email = "[email protected]"
[project.license]
file = "LICENSE"
[project.urls]
Homepage = "https://github.com/davidvlaminck/OTLMOW-Model"
"Bug Tracker" = "https://github.com/davidvlaminck/OTLMOW-Model/issues"
[tool.setuptools.package-data]
"*" = [ "generated_info.json",]
[tool.setuptools.packages.find]
include = [ "otlmow_model*",]