Skip to content

Commit

Permalink
Fix m4 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 28, 2023
1 parent 48d7ff9 commit 3f236fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/sagemath-categories/pyproject.toml.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
SPKG_INSTALL_REQUIRES_sagemath_objects
]
dynamic = ["version"]
include(`pyproject_toml_metadata.m4`)
include(`pyproject_toml_metadata.m4')dnl'

[project.optional-dependencies]
test = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sagemath-environment/pyproject.toml.m4
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "sagemath-environment"
description = "Sage: Open Source Mathematics Software: System and software environment"
dependencies = []
dynamic = ["version"]
include(`pyproject_toml_metadata.m4`)
include(`pyproject_toml_metadata.m4')dnl'

[project.optional-dependencies]
conf = [SPKG_INSTALL_REQUIRES_sage_conf] # sage.env can optionally use sage_conf
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sagemath-objects/pyproject.toml.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
SPKG_INSTALL_REQUIRES_cysignals
]
dynamic = ["version"]
include(`pyproject_toml_metadata.m4`)
include(`pyproject_toml_metadata.m4')dnl'

[project.optional-dependencies]
# Currently we do not use the sage doctester to test sagemath-objects,
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sagemath-repl/pyproject.toml.m4
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
SPKG_INSTALL_REQUIRES_ipywidgets
]
dynamic = ["version"]
include(`pyproject_toml_metadata.m4`)
include(`pyproject_toml_metadata.m4')dnl'

[project.readme]
file = "README.rst"
Expand Down

0 comments on commit 3f236fe

Please sign in to comment.