Skip to content

Commit

Permalink
fix: update pynpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Nov 27, 2023
1 parent 117c749 commit 6327e8f
Showing 1 changed file with 2 additions and 2 deletions.
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>=61.2", "wheel", "pynpm"]
requires = ["setuptools>=61.2", "wheel", "pynpm>=0.2.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -92,4 +92,4 @@ version = "0.2.2"
version_files = [
"pyproject.toml:version",
"sphinxcontrib/icon/__init__.py:__version__"
]
]

0 comments on commit 6327e8f

Please sign in to comment.