File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed 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 @ Automattic" ,
30
+ author_email = "claudio+pypi@automattic.com"
30
31
url = "https://github.com/woocommerce/wc-api-python" ,
31
32
license = "MIT License" ,
32
33
packages = [
35
36
include_package_data = True ,
36
37
platforms = ['any' ],
37
38
install_requires = [
38
- "requests" ,
39
- "ordereddict"
39
+ "requests"
40
40
],
41
+ python_requires = ">=3.6" ,
41
42
classifiers = [
42
43
"Development Status :: 5 - Production/Stable" ,
43
44
"Intended Audience :: Developers" ,
50
51
"Programming Language :: Python :: 3.9" ,
51
52
"Topic :: Software Development :: Libraries :: Python Modules"
52
53
],
54
+ keywords = 'woocommerce rest api' ,
55
+ project_urls = {
56
+ 'Documentation' : 'https://woocommerce.github.io/woocommerce-rest-api-docs/?python#libraries-and-tools' ,
57
+ 'Source' : 'https://github.com/woocommerce/wc-api-python' ,
58
+ 'Tracker' : 'https://github.com/woocommerce/wc-api-python/issues' ,
59
+ },
53
60
)
You can’t perform that action at this time.
0 commit comments