Manifest: ignore version.py and ci files

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2021-06-11 08:57:15 +09:00
parent 49fc8ec6b1
commit 1f02d7ae58
4 changed files with 5 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ from setuptools import setup
setup(
use_scm_version={
"write_to": "aqt/version.py",
"write_to_template": '__version__ = "{version}"',
"write_to_template": '__version__ = "{version}"\n',
"tag_regex": r"^(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$",
"local_scheme": "no-local-version",
}