-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (36 loc) · 1.06 KB
/
setup.cfg
File metadata and controls
38 lines (36 loc) · 1.06 KB
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
36
37
38
[metadata]
name = scrolltext
version = 0.0.11
author = Jim Dee Kepler
author_email = jimdee@gmail.com
license = GPLv3
description = A little toy for scrolling text.
long_description = file: README.md
long_description_content_type = text/markdown
license.file = "LICENSE"
requires_python = ">=3.9"
url = https://github.com/jimdeekepler/python-scrolltext
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: Console :: Curses
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: End Users/Desktop
Intended Audience :: Other Audience
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Games/Entertainment
Topic :: Utilities
[options]
packages = find:
include_package_data = True
python_requires = >=3.4
test_suite =
tests
install_requires =
[options.entry_points]
console_scripts =
scrolltext = scrolltext.cli:main