您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
clintermission/setup.cfg

30 行
773 B

[metadata]
name = clintermission
version = 0.1.0
author = Sebastian Lohff
author-email = seba@someserver.de
home-page = https://git.someserver.de/seba/clintermission
description = Non-fullscreen commandline selection menu
long-description = file: README.md
platform = any
keywords = cli, menu
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
License :: OSI Approved :: Apache Software License
[options]
python_requires = >= 3.5
packages = clintermission
setup_requires =
setuptools > 30.4.0
install_requires =
prompt-toolkit
[flake8]
max-line-length = 120