twnet_parser/pyproject.toml
2023-04-06 18:15:52 +02:00

25 lines
678 B
TOML

[build-system]
requires = ['setuptools>=42']
build-backend = 'setuptools.build_meta'
[tool.setuptools]
packages = ["twnet_parser"]
[project]
name = "twnet_parser"
version = "0.3.1"
authors = [
{name = "ChillerDragon", email = "chillerdragon@gmail.com"},
]
description = "A teeworlds network protocol library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3"
]
dependencies = []