2023-04-07 07:06:13 +00:00
|
|
|
[metadata]
|
|
|
|
name = twnet_parser
|
2023-05-08 07:09:19 +00:00
|
|
|
version = 0.5.1
|
2023-04-07 07:06:13 +00:00
|
|
|
author = ChillerDragon
|
|
|
|
author_email = chillerdragon@gmail.com
|
|
|
|
description = A teeworlds network protocol library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://gitlab.com/teeworlds-network/twnet_parser
|
|
|
|
license = BSD-2.0
|
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://gitlab.com/teeworlds-network/twnet_parser/-/issues
|
|
|
|
repository = https://gitlab.com/teeworlds-network/twnet_parser
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 3 - Alpha
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
License :: OSI Approved :: BSD License
|
|
|
|
Operating System :: OS Independent
|
|
|
|
|
2023-04-07 07:25:14 +00:00
|
|
|
[options]
|
2023-04-07 08:22:47 +00:00
|
|
|
packages = find_namespace:
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
exclude =
|
|
|
|
venv
|
|
|
|
tests*
|
|
|
|
scripts*
|
|
|
|
venv*
|
|
|
|
data*
|
2023-04-07 07:06:13 +00:00
|
|
|
|