File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -21,30 +21,23 @@ dependencies = [
2121 " pytest-cov>=4.0" ,
2222]
2323classifiers = [
24- # 开发状态
25- Development Status :: 5 - Production/Stable",
26- # Python支持
27- "Programming Language :: Python :: 3.9",
28- "Programming Language :: Python :: 3.10",
24+ Development Status :: 5 - Production/Stable",
2925 "Programming Language :: Python :: 3.11",
30- # 许可证
31- "License :: OSI Approved :: MIT License",
32- # 操作系统
26+ "License :: OSI Approved :: MIT License",
3327 "Operating System :: Microsoft :: Windows",
34- # 项目类型
3528 "Intended Audience :: Developers",
3629 "Topic :: Software Development :: Libraries :: Python Modules",
3730 "Typing :: Typed",
3831]
3932[project .urls ]
4033Homepage = " https://github.com/Python51888/PySqlit"
4134Documentation = " https://zread.ai/Python51888/PySqlit"
42- Repository = " https://github.com/Python51888/PySqlit"
35+ Repository = " https://github.com/Python51888/PySqlit"
4336
4437[tool .uv .version ]
4538source = " file"
4639path = [
4740 " PySqlit/pysqlit/__init__.py" ,
4841 " PySqlit/__version__.py"
4942]
50- pattern = " __version__ = \" {version}\" "
43+ pattern = " __version__ = \" {version}\" "
You can’t perform that action at this time.
0 commit comments