refactor: restructure project to modern Python layout, separate src, tests, docs, examples
This commit is contained in:
10
src/config_man/__init__.py
Normal file
10
src/config_man/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Config-Man CLI 工具
|
||||
|
||||
用于管理存储在对象存储中的加密静态资源配置文件。
|
||||
支持多版本管理,通过Cloudflare CDN进行分发。
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__author__ = "Config-Man Team"
|
||||
__description__ = "CLI tool for managing encrypted configuration files"
|
||||
Reference in New Issue
Block a user