From 4c1b45fe5ce9b71ad6a5b94442a3ac79de668a33 Mon Sep 17 00:00:00 2001 From: jakubactive Date: Thu, 28 Mar 2024 20:44:59 -0700 Subject: [PATCH 1/3] test --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index fff1d77..7149d03 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,2 @@ Modified WooCommerce API - Python Client -=============================== - A Python wrapper for the WooCommerce REST API. Easily interact with the WooCommerce REST API using this library. From 54893d637945ee7d60773203901ae82e44632c0e Mon Sep 17 00:00:00 2001 From: jakubactive Date: Thu, 28 Mar 2024 20:45:14 -0700 Subject: [PATCH 2/3] test 2 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7149d03..1b5d51c 100644 --- a/README.rst +++ b/README.rst @@ -1,2 +1,2 @@ Modified WooCommerce API - Python Client -A Python wrapper for the WooCommerce REST API. Easily interact with the WooCommerce REST API using this library. +Python wrapper for the WooCommerce REST API. Easily interact with the WooCommerce REST API using this library. From fbb285876b5c635f397917972ec5cbafad9f4b12 Mon Sep 17 00:00:00 2001 From: jakubactive Date: Thu, 28 Mar 2024 20:47:58 -0700 Subject: [PATCH 3/3] tes 2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9dae917..e780961 100644 --- a/setup.py +++ b/setup.py @@ -22,13 +22,13 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( - name="WooCommerce", + name="WooCommerceMetorik", version=VERSION, description="A Python wrapper for the WooCommerce REST API", long_description=README, author="Claudio Sanches @ Automattic", author_email="claudio+pypi@automattic.com", - url="https://github.com/woocommerce/wc-api-python", + url="https://github.com/jakubactive/wc-api-python", license="MIT License", packages=[ "woocommerce"