summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 7fb2d8e0667d01b7d6212e7a4aa27a0df0d979c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[egg_info]
tag_build = .post
tag_date = 1

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

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

[sdist]
formats = gztar zip

[wheel]
universal = 1