jo3util/pyproject.toml

45 lines
819 B
TOML
Raw Normal View History

2023-07-01 13:30:03 +02:00
[project]
name = "jo3util"
2023-12-12 14:55:03 +01:00
version = "0.0.6"
2023-07-01 13:30:03 +02:00
description = ""
dependencies = []
dynamic = ["readme"]
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[git]
github = "JJJHolscher"
[project.urls]
homepage = "https://github.com/JJJHolscher/jo3util"
2023-07-01 13:30:03 +02:00
[[project.authors]]
name = "Jochem Hölscher"
email = "a.fake@e.mail"
[build-system]
requires = [
"setuptools>=61.0",
]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
include = ["jo3util"]
2023-07-01 13:30:03 +02:00
[tool.setuptools.dynamic]
readme = {file = ["README.md"], content-type = "text/markdown"}
[tool.jupytext]
formats = "ipynb,py"
[tool.pyright]
exclude = ".venv"
venvPath = "."
venv = ".venv"
reportMissingImports = false