-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (29 loc) · 913 Bytes
/
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
[metadata]
name = mcextract
version = attr: mcextract.__version__
author = Legopitstop
description=Extract assets and data from the Minecraft jar.
keywords=Minecraft, java, jar, assets, data, reports, UserFolder, ServerJars
url=https://github.com/legopitstop/mcextract/
long_description=file: README.md
long_description_content_type=text/markdown
license=MIT
# Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.11
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.10
install_requires =
serverjars-api>=1.3.0
requests
progress
[options.entry_points]
console_scripts =
mcextract = mcextract.cli:main