-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
85 lines (82 loc) · 2.17 KB
/
setup.cfg
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[metadata]
name = pypi_command_line
version = attr: pypi_cli.__version__
description = A beautiful command line interface for the Python Package Index
long_description = file: README.md
long_description_content_type = text/markdown
url = https://wasi-master.github.io/pypi-command-line/
author = Wasi Master
author_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Terminals
keywords =
pypi
cli
pypi cli
pypi-cli
pypi command line
pypi-command-line
command line
command-line
pypi command line interface
pypi-command-line-interface
command line interface
command-line-interface
pypi command line application
pypi-command-line-application
command line application
command-line-application
command line interface
command-line-interface
command line application
command-line-application
project_urls =
Bug Tracker = https://github.com/wasi-master/pypi-command-line/issues
Source = https://github.com/wasi-master/pypi-command-line
Documentation = https://wasi-master.github.io/pypi-command-line
Say Thanks = https://saythanks.io/to/wasi-master
[options]
packages =
pypi_cli
install_requires =
bs4
rich-click
humanize
packaging
questionary
requests
rich
rich-rst
thefuzz
typer
wheel-filename
python_requires = >=3.6
zip_safe = False
[options.entry_points]
console_scripts =
pypi=pypi_cli.__main__:run
pipx.run =
pypi-command-line=pypi_cli.__main__:run
[options.extras_require]
speedups =
lxml
rapidfuzz
requests_cache
shellingham
ujson