File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " jsonconversion"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = " This python module helps converting arbitrary Python objects into JSON strings and back."
55keywords = [" json" , " conversion" , " serialization" ]
66readme = " README.rst"
@@ -27,9 +27,19 @@ classifiers = [
2727]
2828dependencies = [
2929 " pytest-runner>=6.0.0" ,
30+ " numpy<2.0.0,>=1.22.4" ,
31+ " pytest>=6.0.0,<7.0.0" ,
3032]
3133license = {text = " BSD" }
3234requires-python = " >=3.7"
3335
3436[project .urls ]
35- Homepage = " https://github.com/DLR-RM/python-jsonconversion"
37+ Homepage = " https://github.com/DLR-RM/python-jsonconversion"
38+
39+ [tool .pdm .build ]
40+ package-dir = " source"
41+ includes = [" source/jsonconversion" ]
42+
43+ [build-system ]
44+ requires = [" pdm-backend" ]
45+ build-backend = " pdm.backend"
You can’t perform that action at this time.
0 commit comments