File tree Expand file tree Collapse file tree 2 files changed +31
-6
lines changed
Expand file tree Collapse file tree 2 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 1+ from jsonapi_pydantic import v1_0
2+
3+ __version__ = "0.1.0"
4+
5+ __all__ = ["v1_0" ]
Original file line number Diff line number Diff line change 22name = " jsonapi-pydantic"
33version = " 0.1.0"
44description = " JSON:API implementation with pydantic."
5+
56authors = [
" impocode <[email protected] >" ]
7+ maintainers = [
" impocode <[email protected] >" ]
8+
9+ license = " MIT"
10+ readme = " readme.md"
11+
12+ keywords = [" jsonapi" , " pydantic" ]
13+ classifiers = [
14+ " License :: OSI Approved :: MIT License" ,
15+ " Programming Language :: Python :: 3.7" ,
16+ " Programming Language :: Python :: 3.8" ,
17+ " Programming Language :: Python :: 3.9" ,
18+ " Programming Language :: Python :: 3.10" ,
19+ " Typing :: Typed" ,
20+ ]
21+
22+ homepage = " https://github.com/impocode/jsonapi-pydantic"
23+ repository = " https://github.com/impocode/jsonapi-pydantic"
24+ documentation = " https://github.com/impocode/jsonapi-pydantic"
25+
26+ [tool .poetry .dependencies ]
27+ python = " ^3.7"
28+ pydantic = " ^1.9.1"
29+
30+ [tool .poetry .urls ]
31+ "Bug Tracker" = " https://github.com/impocode/jsonapi-pydantic/issues"
632
733[tool .isort ]
834line_length = 99
@@ -12,12 +38,6 @@ include_trailing_comma = false
1238[tool .black ]
1339line-length = 99
1440
15- [tool .poetry .dependencies ]
16- python = " ^3.7"
17- pydantic = " ^1.9.1"
18-
19- [tool .poetry .dev-dependencies ]
20-
2141[build-system ]
2242requires = [" poetry-core>=1.0.0" ]
2343build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments