Skip to content

Commit 65b0b4d

Browse files
authored
Metadata classifiers: add some + order entries (#988)
Added: * `"Development Status :: 5 - Production/Stable"` * `"Framework :: AsyncIO"` * `"Typing :: Typed"`
1 parent defe15a commit 65b0b4d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,20 @@ dependencies = ["pytz"]
2828
requires-python = ">=3.7"
2929
keywords = ["neo4j", "graph", "database"]
3030
classifiers = [
31+
"Development Status :: 5 - Production/Stable",
32+
"Framework :: AsyncIO",
3133
"Intended Audience :: Developers",
3234
"License :: OSI Approved :: Apache Software License",
3335
"Operating System :: OS Independent",
34-
"Topic :: Database",
35-
"Topic :: Software Development",
3636
"Programming Language :: Python :: 3.7",
3737
"Programming Language :: Python :: 3.8",
3838
"Programming Language :: Python :: 3.9",
3939
"Programming Language :: Python :: 3.10",
4040
"Programming Language :: Python :: 3.11",
4141
"Programming Language :: Python :: 3.12",
42+
"Topic :: Database",
43+
"Topic :: Software Development",
44+
"Typing :: Typed",
4245
]
4346
dynamic = ["version", "readme"]
4447

0 commit comments

Comments
 (0)