-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (27 loc) · 815 Bytes
/
setup.cfg
File metadata and controls
30 lines (27 loc) · 815 Bytes
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
[metadata]
name = cli_template
summary = Template python CLI tool
description_file =
README.md
author = Joni Harker
author_email = code@gentlydownthe.net
home_page = https://github.com/ConsoleCatzirl/python-cli-template
classifier =
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[bdist_wheel]
universal = 1
[options.entry_points]
console_scripts =
cli-template = cli_template.cmd:main
[pbr]
skip_authors = true
skip_changelog = true
skip_reno = true