48 lines
1.4 KiB
INI
48 lines
1.4 KiB
INI
# -*- coding: utf-8; -*-
|
|
|
|
[metadata]
|
|
name = rattail-tempmon
|
|
version = attr: rattail_tempmon.__version__
|
|
author = Lance Edgar
|
|
author_email = lance@edbob.org
|
|
url = https://rattailproject.org/
|
|
license = GNU GPL v3
|
|
description = Retail Software Framework - Temperature monitoring add-on
|
|
long_description = file: README.rst
|
|
classifiers =
|
|
Development Status :: 3 - Alpha
|
|
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 =
|
|
rattail[db]
|
|
six
|
|
sqlsoup
|
|
|
|
packages = find:
|
|
include_package_data = True
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
rattail.subcommands =
|
|
export-hotcooler = rattail_tempmon.commands:ExportHotCooler
|
|
purge-tempmon = rattail_tempmon.commands:PurgeTempmon
|
|
tempmon-client = rattail_tempmon.commands:TempmonClient
|
|
tempmon-problems = rattail_tempmon.commands:TempmonProblems
|
|
tempmon-server = rattail_tempmon.commands:TempmonServer
|
|
|
|
rattail.config.extensions =
|
|
tempmon = rattail_tempmon.config:TempmonConfigExtension
|
|
|
|
rattail.emails =
|
|
rattail_tempmon = rattail_tempmon.emails
|