From 7ab7e92c974a9bac1665e4d0ca6115fbb1ad984d Mon Sep 17 00:00:00 2001 From: isaaccasm Date: Tue, 16 Dec 2025 12:41:45 +0000 Subject: [PATCH 1/2] Update installation to new style --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..4a85092d5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=61", "wheel"] +build-backend = "setuptools.build_meta" From 6d1c98f308cb40d6f82cf7ba29a60530ba70c2bd Mon Sep 17 00:00:00 2001 From: isaaccasm Date: Tue, 16 Dec 2025 12:41:54 +0000 Subject: [PATCH 2/2] Update version and URL --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 711e25601..9da994ac5 100644 --- a/setup.py +++ b/setup.py @@ -58,10 +58,10 @@ def get_install_requirements(main_requires, alternative_requires): setup( name="imgaug", - version="0.4.0", + version="0.4.5", author="Alexander Jung", author_email="kontakt@ajung.name", - url="https://github.com/aleju/imgaug", + url="https://github.com/VynOpenSource/imgaug", download_url="https://github.com/aleju/imgaug/archive/0.4.0.tar.gz", install_requires=INSTALL_REQUIRES, packages=find_packages(),