procrusql/setup.cfg

29 lines
674 B
INI

[metadata]
name = ProcruSQL
version = 0.0.1
author = Peter J. Holzer
author_email = hjp@hjp.at
description = Make a database fit its description
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.hjp.at:3000/hjp/procrusql
project_urls =
Bug Tracker = https://git.hjp.at:3000/hjp/procrusql/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
procrusql-fit = procrusql:main