File: pyproject.toml

package info (click to toggle)
pydantic 2.12.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,640 kB
  • sloc: python: 75,984; javascript: 181; makefile: 115; sh: 38
file content (11 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "example_plugin"
version = "0.1.0"
requires-python = '>=3.9'

[project.entry-points.pydantic]
my_plugin = "example_plugin:plugin"