rattail-cognitive/setup.cfg
2023-05-16 14:20:02 -05:00

37 lines
1.1 KiB
INI

# -*- coding: utf-8; -*-
[metadata]
name = rattail_cognitive
version = attr: rattail_cognitive.__version__
author = Lance Edgar
author_email = lance@edbob.org
url = http://rattailproject.org/
license = GNU GPL v3
description = Hardware Interfaces for Cognitive Devices
long_description = file: README.txt
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: Web Environment
Environment :: Win32 (MS Windows)
Environment :: X11 Applications
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Topic :: Office/Business
Topic :: Software Development :: Libraries :: Python Modules
[options]
install_requires =
rattail>=0.3a6
packages = find:
include_package_data = True
zip_safe = False