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

# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.

[versioneer]
VCS = git
style = pep440
versionfile_source = src/ecdsa/_version.py
versionfile_build = ecdsa/_version.py
tag_prefix = python-ecdsa-
parentdir_prefix = ecdsa-