wutta-hello/setup.cfg
2024-09-13 19:14:00 -05:00

34 lines
844 B
INI

# -*- coding: utf-8; -*-
[metadata]
name = wutta-hello
version = attr: wutta_hello.__version__
author = Lance Edgar
author_email = lance@edbob.org
url = https://rattailproject.org/
license = GNU GPL v3
description = Hello World example for Wutta Framework
long_description = file: README.md
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
[options]
packages = find:
include_package_data = True
python_requires = >=3.8
install_requires =
WuttJamaican[db]
[options.entry_points]
wutta.subcommands =
hello = wutta_hello.commands:Hello