34 lines
920 B
INI
34 lines
920 B
INI
|
# -*- coding: utf-8; -*-
|
||
|
|
||
|
[metadata]
|
||
|
name = pyCOREPOS
|
||
|
version = attr: corepos.__version__
|
||
|
author = Lance Edgar
|
||
|
author_email = lance@edbob.org
|
||
|
url = https://rattailproject.org/
|
||
|
license = GNU GPL v3
|
||
|
description = Python Interface to CORE POS
|
||
|
long_description = file: README.rst
|
||
|
classifiers =
|
||
|
Development Status :: 3 - Alpha
|
||
|
Environment :: Console
|
||
|
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 =
|
||
|
mysql-connector-python
|
||
|
requests
|
||
|
six
|
||
|
SQLAlchemy>=1.4
|
||
|
|
||
|
packages = find:
|