Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jul 23, 2024
1 parent 2fd715f commit 99d6524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 2.1.0-36-g445567b
_commit: 2.1.0-38-g8b42836
_src_path: gh:DiamondLightSource/python-copier-template
author_email: tom.cobb@diamond.ac.uk
author_name: Tom Cobb
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=64", "setuptools_scm[toml]>=8"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -48,7 +48,7 @@ name = "Tom Cobb"


[tool.setuptools_scm]
write_to = "src/python_copier_template_example/_version.py"
version_file = "src/python_copier_template_example/_version.py"

[tool.pyright]
reportMissingImports = false # Ignore missing stubs in imported modules
Expand Down

0 comments on commit 99d6524

Please sign in to comment.