diff --git a/pyproject.toml b/pyproject.toml index 6e56147..4ec5032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cdisplayagain" -version = "0.1.1" +version = "0.1.2" description = "Minimalist, cross-platform remake of the classic CDisplay sequential image viewer" readme = "README.md" requires-python = ">=3.13" @@ -17,6 +17,11 @@ pythonpath = ["."] [tool.uv] python-preference = "managed" +[[tool.uv.index]] +name = "pypi" +url = "https://pypi.org/simple" +default = true + [tool.pyright] include = ["."] stubPath = "stubs" diff --git a/uv.lock b/uv.lock index 178d71a..d812bcc 100644 --- a/uv.lock +++ b/uv.lock @@ -13,7 +13,7 @@ wheels = [ [[package]] name = "cdisplayagain" -version = "0.1.1" +version = "0.1.2" source = { virtual = "." } dependencies = [ { name = "pillow" },