We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4613ad + 2d940b3 commit 9d50b6fCopy full SHA for 9d50b6f
.github/workflows/python-package.yml
@@ -35,4 +35,4 @@ jobs:
35
python -m pytest --cov=. --cov-report=xml
36
- name: Analyze code with pylint
37
run: |
38
- pylint -rn -sn --recursive=y ./src
+ pylint -rn -sn --recursive=y --ignore=_version.py ./src
pyproject.toml
@@ -37,9 +37,12 @@ long_description = { file = "README.md" }
url = "https://github.com/astronomy-commons/hipscat"
39
[build-system]
40
-requires = ["setuptools","wheel"]
+requires = ["setuptools","wheel","setuptools_scm"]
41
build-backend = "setuptools.build_meta"
42
43
+[tool.setuptools_scm]
44
+write_to = "src/hipscat/_version.py"
45
+
46
[tool.pylint.'MESSAGES CONTROL']
47
disable = """
48
missing-module-docstring,
0 commit comments