diff --git a/README.rst b/README.rst index fff1d77..1b5d51c 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. +Python wrapper for the WooCommerce REST API. Easily interact with the WooCommerce REST API using this library. 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"