-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (29 loc) · 944 Bytes
/
setup.cfg
File metadata and controls
34 lines (29 loc) · 944 Bytes
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
[metadata]
name = wads
version = 0.1.73
description = Tools for packaging and publishing to pypi for those who just do not want to deal with it
url = https://github.com/i2mint/wads
author = Thor Whalen
license = Apache Software License
keywords =
documentation
packaging
publishing
[options]
packages = find:
include_package_data = True
zip_safe = False
name = wads
version = 0.1.73
description = Tools for packaging and publishing to pypi for those who just do not want to deal with it
url = https://github.com/i2mint/wads
author = Thor Whalen
license = Apache Software License
keywords = ['documentation', 'packaging', 'publishing']
install_requires = ['argh', 'ruamel.yaml', 'pytest', 'pylint', 'wheel', 'build', 'packaging', 'requests', "tomli>=1.0.0; python_version<'3.11'", 'tomli-w>=0.4.0']
[options.entry_points]
console_scripts =
pack = wads.pack:main
populate = wads.populate:main
[options.extras_require]
testing =