Initial commit: ConfigForge v1.0.0
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.8) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / build-package (push) Has been cancelled

This commit is contained in:
2026-01-29 10:47:56 +00:00
parent 212375ca89
commit cdb6eab62f

31
setup.cfg Normal file
View File

@@ -0,0 +1,31 @@
[metadata]
name = configforge
version = 1.0.0
description = A CLI tool for validating, converting, and generating schemas for configuration files
long_description = file: README.md
long_description_content_type = text/markdown
author = ConfigForge Contributors
license = MIT
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
python_requires = >=3.8
install_requires =
pyyaml>=6.0
tomlkit>=0.12.0
jsonschema>=4.17.0
click>=8.1.0
packages = find:
[options.entry_points]
console_scripts =
configforge = configforge.cli:main