2023-03-16 13:49:55 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ['setuptools>=42']
|
|
|
|
build-backend = 'setuptools.build_meta'
|
2023-04-06 16:11:49 +00:00
|
|
|
|
|
|
|
[tool.setuptools]
|
|
|
|
packages = ["twnet_parser"]
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "twnet_parser"
|
2023-04-06 16:15:52 +00:00
|
|
|
version = "0.3.1"
|
2023-04-06 16:11:49 +00:00
|
|
|
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 = []
|