1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-04-19 12:03:56 +02:00
ultrajson/setup.cfg
2023-06-04 23:22:05 +03:00

33 lines
973 B
INI

[metadata]
name = ujson
description = Ultra fast JSON encoder and decoder for Python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ultrajson/ultrajson
author = Jonas Tarnstrom
license_files = 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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
download_url = https://github.com/ultrajson/ultrajson
project_urls =
Source=https://github.com/ultrajson/ultrajson
[options]
python_requires = >=3.8
setup_requires =
setuptools-scm
[flake8]
max_line_length = 88