File: pyproject.toml

package info (click to toggle)
python-html5rdf 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,468 kB
  • sloc: python: 12,794; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[tool.vendoring]
destination = "lint_lib/_vendor/"
requirements = "lint_lib/_vendor/vendor.txt"
namespace = "lint_lib._vendor"

protected-files = ["__init__.py", "vendor.txt"]
patches-dir = "lint_lib/_vendor-patches"