File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
8000
code>
2
3
- Copyright (c) 2015, WooThemes (http ://www.woothemes .com/)
3
+ Copyright (c) 2015, WooThemes (https ://woocommerce .com/)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ WooCommerce API - Python Client
3
3
4
4
A Python wrapper for the WooCommerce REST API. Easily interact with the WooCommerce REST API using this library.
5
5
6
- .. image :: https://secure.travis-ci.org/woothemes /wc-api-python.svg
7
- :target: http://travis-ci.org/woothemes /wc-api-python
6
+ .. image :: https://secure.travis-ci.org/woocommerce /wc-api-python.svg
7
+ :target: http://travis-ci.org/woocommerce /wc-api-python
8
8
9
9
.. image :: https://img.shields.io/pypi/v/woocommerce.svg
10
10
:target: https://pypi.python.org/pypi/WooCommerce
@@ -20,9 +20,9 @@ Installation
20
20
Getting started
21
21
---------------
22
22
23
- Generate API credentials (Consumer Key & Consumer Secret) following this instructions http://docs.woothemes .com/document/woocommerce-rest-api/.
23
+ Generate API credentials (Consumer Key & Consumer Secret) following this instructions http://docs.woocommerce .com/document/woocommerce-rest-api/.
24
24
25
- Check out the WooCommerce API endpoints and data that can be manipulated in http://woothemes .github.io/woocommerce-rest-api-docs/.
25
+ Check out the WooCommerce API endpoints and data that can be manipulated in http://woocommerce .github.io/woocommerce-rest-api-docs/.
26
26
27
27
Setup
28
28
-----
Original file line number Diff line number Diff line change 27
27
description = "A Python wrapper for the WooCommerce REST API" ,
28
28
long_description = README ,
29
29
author = "Claudio Sanches @ WooThemes" ,
30
- url = "https://github.com/woothemes /wc-api-python" ,
30
+ url = "https://github.com/woocommerce /wc-api-python" ,
31
31
license = "MIT License" ,
32
32
packages = [
33
33
"woocommerce"
You can’t perform that action at this time.
0 commit comments