-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
30 lines (27 loc) · 816 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
[metadata]
name = json-five
version = 1.1.2
url = https://github.com/spyoungtech/json-five
license = Apache
author = Spencer Phillip Young
author_email = spencer.young@spyoung.com
description = A JSON5 parser that, among other features, supports round-trip preservation of comments
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
license_files = LICENSE
[options]
packages = json5
python_requires = >=3.8.0
install_requires =
sly>=0.5
regex
[options.package_data]
json5 =
py.typed