forked from Amulet-Team/Amulet-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
56 lines (45 loc) · 1.22 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
49
50
51
52
53
54
55
56
[metadata]
name = amulet-core
url = https://www.amuletmc.com
author = James Clare, Ben Gothard et al.
author_email = amuleteditor@gmail.com
classifiers=
Programming Language :: Python :: 3
Operating System :: OS Independent
description = A Python library for reading/writing Minecraft's various save formats.
long_description = file: README.md
long_description_content_type = text/markdown
platforms = any
[options]
include_package_data = True
python_requires = >=3.6
install_requires =
numpy~=1.17
amulet-nbt~=2.0
pymctranslate~=1.2
portalocker~=2.4
amulet-leveldb~=1.0b0
packages = find:
[options.packages.find]
include = amulet*
[options.extras_require]
docs =
Sphinx>=1.7.4
sphinx-autodoc-typehints>=1.3.0
sphinx_rtd_theme>=0.3.1
dev =
black>=22.3
pre_commit>=1.11.1
[options.entry_points]
pyinstaller40 =
hook-dirs = amulet.__pyinstaller:get_hook_dirs
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = amulet/_version.py
versionfile_build = amulet/_version.py
tag_prefix =
parentdir_prefix = amulet-