-
-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathpyproject.toml
More file actions
18 lines (16 loc) · 674 Bytes
/
Copy pathpyproject.toml
File metadata and controls
18 lines (16 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Repository-root Python project. Not published: it exists so `pre-commit`
# (language: python, see .pre-commit-hooks.yaml) can `pip install` this
# repository and get the `jscpd` binary from the PyPI wheel of the same
# version. The engine lives in rust/; rust/scripts/sync-version.mjs keeps
# `version` and the exact `jscpd` pin in step with rust/package.json.
[build-system]
requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"
[project]
name = "jscpd-repo"
version = "5.3.2"
description = "jscpd repository root: installs the jscpd binary for pre-commit hooks"
requires-python = ">=3.8"
dependencies = ["jscpd==5.3.2"]
[tool.setuptools]
packages = []