aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 4261f9b619dd96f9c5e26cc14bc4b754c0fb63af (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
[bumpversion]
current_version = 40.7.3
commit = True
tag = True

[egg_info]
tag_build = .post
tag_date = 1

[aliases]
clean_egg_info = egg_info -Db ''
release = clean_egg_info sdist bdist_wheel
source = register sdist binary
binary = bdist_egg upload --show-response

[upload]
repository = https://upload.pypi.org/legacy/

[sdist]
formats = zip

[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[bumpversion:file:setup.py]