File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,20 @@ dependencies = ["pytz"]
2828requires-python = " >=3.7"
2929keywords = [" neo4j" , " graph" , " database" ]
3030classifiers = [
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]
4346dynamic = [" version" , " readme" ]
4447
You can’t perform that action at this time.
0 commit comments