~dricottone/gap

ref: 029dc0cebe4fe61dc7190ea8613713fad69a5139 gap/setup.cfg -rw-r--r-- 402 bytes
029dc0ceDominic Ricottone Updating TOML parsing for Python 3.11 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[metadata]
name = gap
version = 1.0.3
description = Generated argument parser
long_description = file: README.md
license = GPL
author = Dominic Ricottone
author_email = me@dominic-ricottone.com
url = git.dominic-ricottone.com/~dricottone/gap

[options]
packages = gap
python_requires = >= 3.6
install_requires =
    toml >= 0.10.2

[options.entry_points]
console_scripts =
    gap = gap.__main__:main