Skip to content

Commit 1d206cc

Browse files
authored
Update pyproject.toml
1 parent 596da75 commit 1d206cc

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

pyproject.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,23 @@ dependencies = [
2121
"pytest-cov>=4.0", 
2222
]
2323
classifiers = [ 
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]
4033
Homepage = "https://github.com/Python51888/PySqlit"     
4134
Documentation = "https://zread.ai/Python51888/PySqlit" 
42-
Repository = "https://github.com/Python51888/PySqlit"
35+
Repository = "https://github.com/Python51888/PySqlit" 
4336

4437
[tool.uv.version]
4538
source = "file"
4639
path = [
4740
"PySqlit/pysqlit/__init__.py", 
4841
"PySqlit/__version__.py"        
4942
]
50-
pattern = "__version__ = \"{version}\""                                          
43+
pattern = "__version__ = \"{version}\""                                            

0 commit comments

Comments
 (0)