-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
executable file
·42 lines (37 loc) · 1020 Bytes
/
setup.cfg
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
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = buaut
maintainer = wilmardo
maintainer_email = [email protected]
summary = buaut are several Bunq automations in a convenient CLI tool.
description-file = README.md
description-content-type = text/markdown
project_urls =
Bug Tracker = https://github.com/wilmardo/buaut/issues
Source Code = https://github.com/wilmardo/buaut
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: System :: Systems Administration
Topic :: Utilities
[extras]
docs =
Sphinx
[pbr]
warnerrors = True
[entry_points]
console_scripts =
buaut = buaut.shell:main
[build_sphinx]
builders = html,man
source-dir = doc/source
build-dir = doc/build
all-files = 1
[wheel]
universal = 1