File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -222,9 +222,9 @@ Changelog
222222
2232231.2.2 - 2017/06/16
224224~ ~~~~~~~~~~~~~~~~~
225- - support basic auth without https
226- - rename oauth module to auth (since auth covers oauth and basic auth)
227- - tested with latest versions of WP and WC
225+ - support basic auth without https
226+ - rename oauth module to auth (since auth covers oauth and basic auth)
227+ - tested with latest versions of WP and WC
228228
2292291.2.1 - 2016/12/13
230230~ ~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 66import os
77import re
88
9-
109# Get version from __init__.py file
1110VERSION = ""
1211with open ("wordpress/__init__.py" , "r" ) as fd :
3635 platforms = ['any' ],
3736 install_requires = [
3837 "requests" ,
39- "ordereddict"
38+ "ordereddict" ,
39+ "beautifulsoup4"
4040 ],
41- classifiers = (
41+ classifiers = [
4242 "Development Status :: 5 - Production/Stable" ,
4343 "Intended Audience :: Developers" ,
4444 "Natural Language :: English" ,
5050 "Programming Language :: Python :: 3.3" ,
5151 "Programming Language :: Python :: 3.4" ,
5252 "Topic :: Software Development :: Libraries :: Python Modules"
53- ),
53+ ],
54+ keywords = 'python wordpress woocommerce api development'
5455)
You can’t perform that action at this time.
0 commit comments