File: pyproject.toml

package info (click to toggle)
ujson 5.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,148 kB
  • sloc: ansic: 2,789; python: 1,510; cpp: 50; makefile: 43; sh: 12
file content (13 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[build-system]
requires = [
  "setuptools>=42",
  'setuptools<72.2; implementation_name == "pypy"', # https://github.com/pypa/distutils/issues/283
  "setuptools_scm[toml]>=3.4",
]

[tool.black]
target_version = ["py39"]

[tool.isort]
profile = "black"
known_first_party = ["ujson"]