Files
pybricks-api/setup.cfg
T
David Lechner b3f9ae659e fake-pybricks: don't quote strings in setup.cfg
this is an ini file, not a python file

also run `python3 versioneer.py setup` to apply changes
2019-01-24 19:51:33 -06:00

13 lines
340 B
INI

# 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 = pybricks/_version.py
versionfile_build = pybricks/_version.py
tag_prefix = v
parentdir_prefix = fake-pybricks-