1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-28 18:16:02 +02:00
ultrajson/setup.cfg

32 lines
928 B
INI
Raw Normal View History

2021-09-20 11:18:17 +02:00
[metadata]
name = ujson
description = Ultra fast JSON encoder and decoder for Python
2021-09-20 12:30:37 +02:00
long_description = file: README.md
long_description_content_type = text/markdown
2021-09-20 11:18:17 +02:00
url = https://github.com/ultrajson/ultrajson
author = Jonas Tarnstrom
license_file = LICENSE.txt
platforms = any
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: C
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
download_url = https://github.com/ultrajson/ultrajson
project_urls =
Source=https://github.com/ultrajson/ultrajson
[options]
2021-11-22 12:51:22 +01:00
python_requires = >=3.7
2021-09-20 11:18:17 +02:00
setup_requires =
2021-11-22 12:51:22 +01:00
setuptools-scm
2021-09-20 11:18:17 +02:00
[flake8]
max_line_length = 88