toxygen_wrapper/pyproject.toml
emdee@spm.plastiras.org 6aca75d2cb
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
pyproject.toml
2024-01-13 15:59:22 +00:00

23 lines
541 B
TOML

[tool.poetry]
name = "tox_wrapper"
version = "1.0.0"
description = "A Python3 ctypes wrapping of c-toxcore into Python."
authors = ["Ingvar"]
repository = "https://git.plastiras.org/emdee/toxygen_wrapper"
keywords = ["tox","python3","ctypes"]
license = "GPL3"
[tool.poetry.dependencies]
python = ">=3.6;<3.12"
# Stuff needed for development, but not for install&usage
# [tool.poetry.dev-dependencies]
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = "src"