-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (29 loc) · 787 Bytes
/
setup.cfg
File metadata and controls
33 lines (29 loc) · 787 Bytes
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
[metadata]
name = better-json-tools
author = Nusiq
version = attr: better_json_tools.VERSION
description = Python module that adds tools to make working with JSON data easier.
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/better_json_tools/tree/master
Documentation = https://better-json-tools.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]
better_json_tools = py.typed