aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 4e55d9195e9d20febb886fa0d062e863ff4acb70 (plain)
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
[metadata]
name = yapymake
version = attr: yapymake.VERSION
url = https://nest.pijul.com/boringcactus/yapymake:canon
author = Melody Horn / boringcactus
author_email = melody@boringcactus.com
classifiers =
    Environment :: Console
    Intended Audience :: Developers
    License :: Other/Proprietary License
    Operating System :: OS Independent
    Topic :: Software Development :: Build Tools
# license_files =
description = attr: yapymake.DESCRIPTION
long_description = file: README.md
keywords = build, make

[options]
packages = find:
package_dir =
    =.

[options.packages.find]
where = .

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

[mypy]
strict = True