Skip to content

Commit

Permalink
maint: add packaging req for build
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Oct 3, 2023
1 parent cf7271a commit 23427cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "packaging"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ install_requires =
importlib_metadata; python_version<'3.8'
cached_property
camb>=1.0.0
packaging

[options.packages.find]
where = src
Expand Down

0 comments on commit 23427cf

Please sign in to comment.