-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
60 lines (50 loc) · 1.29 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
57
58
59
60
[metadata]
name = mcanvil
version = attr: anvil.__version__.__version__
description = A Minecraft bedrock content development framework.
long_description = file: README.md
long_description_content_type = text/markdown
author = Yasser A. Benfoughal
author_email = [email protected]
url = https://anvil.starktma.net/
license = GNU GPLv3
license_files = LICENSE
platforms = Windows
# https://pypi.org/classifiers/
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Operating System :: Microsoft :: Windows :: Windows 10
Operating System :: Microsoft :: Windows :: Windows 11
Programming Language :: Python
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Utilities
project_urls =
Github = https://github.com/StarkTMA/Anvil
Website = https://starktma.net
Twitter = https://twitter.com/StarkTMA_
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.10
package_dir =
=src
install_requires =
commentjson
click
numpy
pillow
pygithub
deep_translator
halo
reportlab
[options.packages.find]
where = src
exclude =
docs*
[options.entry_points]
console_scripts =
anvil = anvil.cli:cli