mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
Manifest: ignore version.py and ci files
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
2
setup.py
2
setup.py
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user