-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (31 loc) · 836 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
32
33
34
35
[metadata]
name = sqlite-bedrock-packs
author = Nusiq
version = attr: sqlite_bedrock_packs.VERSION
description = Python package that loads data from Minecraft: Bedrock Edition packs into SQLite database
long_description = file: README.rst, LICENSE
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.10
project_urls =
Source = https://github.com/Nusiq/sqlite_bedrock_packs/tree/master
Documentation = https://sqlite-bedrock-packs.readthedocs.io/en/stable/
[options]
python_requires = >=3.10
package_dir =
=src
packages = find:
[options.packages.find]
exclude =
*.tests
*.tests.*
tests.*
tests
where = src
[options.package_data]
sqlite_bedrock_packs =
py.typed
*.pyi