-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
48 lines (46 loc) · 1.34 KB
/
setup.cfg
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = mcworldlib
version = 2023.7
author = Rodrigo Silva (MestreLion)
author_email = [email protected]
description = Yet another python library to manipulate Minecraft save data
long_description = file: README.md
long_description_content_type = text/markdown
license = GPLv3+
license_files = LICENSE
keywords =
minecraft
save
nbt
chunk
region
world
library
url = https://github.com/MestreLion/mcworldlib
project_urls =
Bug Tracker = https://github.com/MestreLion/mcworldlib/issues
Source Code = https://github.com/MestreLion/mcworldlib
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Games/Entertainment
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = find:
include_package_data = true
python_requires = >=3.8
install_requires =
nbtlib >= 2.0.4
numpy
tqdm
[options.package_data]
* = *.md, LICENSE*, */py.typed