tailbone-wave/setup.cfg
2023-05-16 13:01:58 -05:00

32 lines
884 B
INI

# -*- coding: utf-8; -*-
[metadata]
name = tailbone-wave
version = attr: tailbone_wave.__version__
author = Lance Edgar
author_email = lance@edbob.org
url = https://rattailproject.org/
description = Tailbone integration package for Wave
long_description = file: README.rst
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
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
Topic :: Office/Business
Topic :: Software Development :: Libraries :: Python Modules
[options]
install_requires =
invoke
rattail-wave
Tailbone
packages = find:
include_package_data = True