wutta-hello/setup.cfg
2023-11-24 17:40:50 -06:00

34 lines
845 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.rst
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