Skip to content

Commit 49b745a

Browse files
📝 Add homepage; sort entries.
1 parent 9be6f71 commit 49b745a

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

pyproject.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
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>"]
103
classifiers = [
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]

0 commit comments

Comments
 (0)