corporal/setup.cfg
Lance Edgar b329940d6b Remove version cap for invoke lib
this undoes commit 2c26ab20aa
2023-05-29 17:53:00 -05:00

64 lines
1.6 KiB
INI

# -*- coding: utf-8; -*-
[metadata]
name = Corporal
version = attr: corporal.__version__
author = Lance Edgar
author_email = lance@edbob.org
url = https://rattailproject.org
description = Companion Back-end for CORE-POS
long_description = file: README.md
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: Web Environment
Framework :: Pyramid
Intended Audience :: Developers
Natural Language :: English
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Office/Business
[options]
install_requires =
# TODO: relax this once changes are dealt with upstream
pyramid<2
# NOTE: we do not specify a restriction here, but in practice you may
# need to explicitly install e.g. 8.0.17 depending on how it behaves...
mysql-connector-python
invoke
psycopg2
rattail-fabric2
Tailbone
tailbone-corepos
packages = find:
include_package_data = True
[options.entry_points]
console_scripts =
corporal = corporal.commands:main
corporal.commands =
install = corporal.commands:Install
paste.app_factory =
main = corporal.web.app:main
rattail.config.extensions =
corporal = corporal.config:CorporalConfig
rattail.emails =
corporal = corporal.emails
rattail.projects =
corepos_poser = corporal.projects.corepos_poser:COREPOSPoserProjectGenerator
corporal = corporal.projects.corporal:CorporalProjectGenerator