Merge pull request #6967 from ThomasWaldmann/fix-versionpy-format-1.2

_version.py: remove trailing blank, add LF at EOF
This commit is contained in:
TW 2022-08-15 15:17:56 +02:00 committed by GitHub
commit 4e2cc02e86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,7 +264,7 @@ setup(
name='borgbackup',
use_scm_version={
'write_to': 'src/borg/_version.py',
'write_to_template': '__version__ = version = {version!r} \n__version_tuple__ = version_tuple = {version_tuple!r}',
'write_to_template': '__version__ = version = {version!r}\n__version_tuple__ = version_tuple = {version_tuple!r}\n',
},
author='The Borg Collective (see AUTHORS file)',
author_email='borgbackup@python.org',