File tree Expand file tree Collapse file tree 1 file changed +19
-16
lines changed
Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change 1- [tool . poetry ]
1+ [project ]
22name = " jsonref"
3- version = " 1.0.1"
43description = " jsonref is a library for automatic dereferencing of JSON Reference objects for Python."
5- authors = [
" Chase Sterling <[email protected] >" ]
6- license = " MIT"
7- readme = " README.md"
8- packages = [
9- { include = " jsonref.py" },
10- { include = " proxytypes.py" },
4+ authors = [
5+ {
name =
" Chase Sterling" ,
email =
" [email protected] " },
116]
7+ license = {text = " MIT" }
8+ readme = " README.md"
9+ dynamic = [" version" ]
10+ requires-python = " >=3.3"
11+ dependencies = []
12+
13+ [project .urls ]
1214repository = " https://github.com/gazpachoking/jsonref"
1315documentation = " https://jsonref.readthedocs.io/en/latest/"
1416
15- [tool .poetry . dependencies ]
16- python = " >=3.3 "
17+ [tool .pdm . dev- dependencies ]
18+ test = [ " pytest>=7.1.3 " ]
1719
18- [tool .poetry . group . dev . dependencies ]
19- pytest = " >=7.1.3 "
20-
21- [ tool . poetry_bumpversion . file . "jsonref .py" ]
20+ [tool .pdm ]
21+ version = { source = " file " , path = " jsonref.py " }
22+ [ tool . pdm . build ]
23+ includes = [ " jsonref.py " , " proxytypes .py" ]
2224
2325[build-system ]
24- requires = [" poetry-core >= 1.2 .0" ]
25- build-backend = " poetry.core.masonry .api"
26+ requires = [" pdm-pep517>=1.0 .0" ]
27+ build-backend = " pdm.pep517 .api"
2628
2729[tool .isort ]
2830profile = " black"
31+
You can’t perform that action at this time.
0 commit comments