forked from PieMC-Dev/PieRakNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
26 lines (25 loc) · 868 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["setuptools"]
[project]
name = "PieRakNet"
version = "1.0.7.4"
readme = {"file" = "README.md", "content-type" = "text/markdown"}
authors = [
{"name" = "LapisMYT"},
{"name" = "andiricum2"},
{"name" = "soyelmismo"},
{"name" = "UCYT5040"},
{"name" = "Inaay"}
]
license = {"file" = "LICENSE"}
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3.11",
"Topic :: Internet",
"Topic :: Games/Entertainment",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Networking"
]
keywords = ["python", "python3", "raknet", "rak-net", "mcpe", "bedrock", "rak_net", "piemc", "pieraknet", "network", "protocol", "games"]
urls = {"Homepage" = "https://github.com/PieMC-Dev/PieRakNet"}