mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
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
This commit is contained in:
@@ -41,8 +41,8 @@ def get_config():
|
||||
cfg = VersioneerConfig()
|
||||
cfg.VCS = "git"
|
||||
cfg.style = "pep440"
|
||||
cfg.tag_prefix = "'v'"
|
||||
cfg.parentdir_prefix = "'fake-pybricks-'"
|
||||
cfg.tag_prefix = "v"
|
||||
cfg.parentdir_prefix = "fake-pybricks-"
|
||||
cfg.versionfile_source = "pybricks/_version.py"
|
||||
cfg.verbose = False
|
||||
return cfg
|
||||
|
||||
Reference in New Issue
Block a user