~dricottone/gap

ref: d68765bf68abe3935d22010eeee285a67715bfdc gap/setup.cfg -rw-r--r-- 390 bytes
d68765bfDominic Ricottone Migrate away from setup.py 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.2
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/gap

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

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