File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
2- name = " lapidary"
3- version = " 0.12.3"
4- description = " Python async OpenAPI client library"
5- authors = [" Raphael Krupinski <rafalkrupinski@users.noreply.github.com>" ]
6- license = " MIT"
7- readme = " Readme.md"
8- packages = [{ include = " lapidary" , from = " src" }]
9- repository = " https://github.com/python-lapidary/lapidary"
2+ authors = [" Rafał Krupiński <rafal@lapidary.dev>" ]
103classifiers = [
114 " Development Status :: 3 - Alpha" ,
125 " Framework :: AsyncIO" ,
136 " Intended Audience :: Developers" ,
147 " Intended Audience :: Information Technology" ,
158 " Operating System :: OS Independent" ,
16- " Topic :: Internet" ,
179 " Topic :: Internet :: WWW/HTTP" ,
18- " Topic :: Software Development" ,
19- " Topic :: Software Development :: Libraries" ,
10+ " Topic :: Internet" ,
2011 " Topic :: Software Development :: Libraries :: Python Modules" ,
12+ " Topic :: Software Development :: Libraries" ,
13+ " Topic :: Software Development" ,
2114 " Typing :: Typed" ,
2215]
16+ description = " Python async OpenAPI client library"
17+ homepage = " https://lapidary.dev/"
18+ license = " MIT"
19+ name = " lapidary"
20+ packages = [{ include = " lapidary" , from = " src" }]
21+ readme = " Readme.md"
22+ repository = " https://github.com/python-lapidary/lapidary"
23+ version = " 0.12.3"
2324
2425
2526[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments