tailbone-corepos/setup.cfg
2023-05-16 13:11:33 -05:00

42 lines
1.1 KiB
INI

# -*- coding: utf-8; -*-
[metadata]
name = tailbone-corepos
version = attr: tailbone_corepos.__version__
author = Lance Edgar
author_email = lance@edbob.org
url = https://rattailproject.org/
license = GNU GPL v3
description = Tailbone interfaces for CORE POS
long_description = file: README.rst
classifiers =
Development Status :: 4 - Beta
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
Programming Language :: Python :: 3.5
Topic :: Office/Business
Topic :: Software Development :: Libraries :: Python Modules
[options]
install_requires =
rattail
rattail-corepos
six
Tailbone
packages = find:
include_package_data = True
zip_safe = False
[options.entry_points]
tailbone.providers =
tailbone_corepos = tailbone_corepos.provider:TailboneCorePosProvider