Revert "[U] Wrap into uv tool."

This reverts commit ca9e32763e.
This commit is contained in:
2026-04-15 13:05:45 +08:00
parent ca9e32763e
commit 1bc74cbd1b
14 changed files with 426 additions and 837 deletions

View File

@@ -3,7 +3,7 @@ name = "config-man"
version = "0.1.0"
description = "CLI tool for managing encrypted configuration files"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.13"
authors = [
{name = "Config-Man Team", email = "team@config-man.com"}
]
@@ -14,10 +14,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Systems Administration",
@@ -75,7 +71,7 @@ addopts = [
[tool.black]
line-length = 88
target-version = ['py39']
target-version = ['py313']
include = '\.pyi?$'
extend-exclude = '''
/(
@@ -92,7 +88,7 @@ extend-exclude = '''
'''
[tool.mypy]
python_version = "3.9"
python_version = "3.13"
warn_return_any = true
warn_unused_configs = true
disallow_untyped_defs = true