1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
[metadata]
name = presentty
summary = Console-based presentation system
description-file =
README.rst
author = James E. Blair
author-email = corvus@gnu.org
classifier =
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: End Users/Desktop
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python
Topic :: Multimedia :: Graphics :: Presentation
[pbr]
warnerrors = True
[entry_points]
console_scripts =
presentty = presentty.presentty:main
presentty-console = presentty.console:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[egg_info]
tag_build =
tag_date = 0
|