Skip to content

Commit

Permalink
pipx installation failure fix (#162)
Browse files Browse the repository at this point in the history
* Add setuptools to runtime deps

Signed-off-by: Remigiusz Kollataj <[email protected]>

* Increment version to 1.2.2

Signed-off-by: Remigiusz Kollataj <[email protected]>

---------

Signed-off-by: Remigiusz Kollataj <[email protected]>
  • Loading branch information
rkollataj authored May 30, 2024
1 parent a5577d2 commit 9905ec4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dmenu_extended"
version = "1.2.1"
version = "1.2.2"
authors = [
{ name="Mark Hedley Jones", email="[email protected]" },
]
Expand All @@ -17,6 +17,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["setuptools>=61.0"]

[project.scripts]
"dmenu_extended_run" = "dmenu_extended.main:run"
Expand Down

0 comments on commit 9905ec4

Please sign in to comment.