summaryrefslogtreecommitdiffstats
path: root/tests/tpb07/bar/setup.cfg
blob: 296c419dcc0c4e5260115871d31f48085180b126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[metadata]
name = bar
version = 0.1
description = My package description
long_description = My long description
license = Expat

[options]
zip_safe = False
packages = find:
install_requires =
    tomli
    importlib-metadata; python_version<'3.5'

[options.entry_points]
console_scripts =
    bar = bar:main