-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
59 lines (53 loc) · 1.3 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
[metadata]
name = cmdwrap
version = attr: cmdwrap.meta.VERSION
description = Wrap shell commands for your convenience
url = https://github.com/ru5j4r0/cmdwrap
author = ru5j4r0
author_email = [email protected]
long_description = file: README.md
license = Apache-2.0
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: User Interfaces
Topic :: System :: Shells
Topic :: System :: System Shells
Topic :: Terminals
Topic :: Utilities
keywords =
shell
command
cmd
cli
cui
interface
terminal
console
wrapper
wrap
[options]
python_requires = >=3.8
packages = find:
package_dir =
= src
install_requires =
piest
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
wrap = cmdwrap.cli.wrap:main