summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: e6ff7879070bb43b35914d38c6d16ca9ff926542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[zest.releaser]
; semver-style versions
version-levels = 3

; Version flag location (we use __version__)
python-file-with-version = semantic_version/__init__.py

[distutils]
index-servers = pypi