xls2ddl/setup.cfg
2025-12-05 17:51:50 +08:00

23 lines
447 B
INI

[metadata]
name=xls2ddl
version = 1.1.0
description = a xlsx file to database ddl converter
author = "yu moqing"
author_email = "yumoqing@gmail.com"
readme = "README.md"
license = "MIT"
[options]
packages = find:
requires_python = ">=3.8"
install_requires =
apppublic
[options.entry_points]
console_scripts =
json2ddl = xls2ddl.json2ddl:main
xls2ddl = xls2ddl.xls2ddl:main
xls2ui = xls2ddl.xls2ui:main
json2xlsx = xls2ddl.json2xlsx:main