Skip to content

Commit f2fa5b9

Browse files
authored
Merge pull request #26 from openx/revert-25-API-3199_submit_python_client_pypi
Revert "API-3199 submit client to PyPI [not merge]"
2 parents 7eed365 + 2b6a442 commit f2fa5b9

File tree

6 files changed

+2
-55
lines changed

6 files changed

+2
-55
lines changed

History.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
0.5.1 / 2013-08-11
2-
==================
3-
* Fixed: packaging for Pypi
4-
* Added: license information
5-
61
0.5.0 / 2013-06-09
72
==================
83
* Replaced: urllib2 with requests package

LICENSE.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,7 @@ ox.logoff()
4545

4646
## Installation
4747

48-
From Pypi
49-
50-
The last released version (from the master branch) is available at [PyPi](http://pypi.python.org/pypi)
51-
````
52-
$ pip install ox3apiclient
53-
````
54-
55-
56-
From Github:
57-
58-
Just clone our git repo:
48+
ox3apiclient is currently unavailable at [PyPi](http://pypi.python.org/pypi) so just clone our git repo:
5949

6050
````
6151
$ git clone https://github.com/openx/OX3-Python-API-Client.git

ox3apiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import requests
1313
from requests_oauthlib import OAuth1
1414

15-
__version__ = '0.5.1'
15+
__version__ = '0.5.0'
1616

1717
REQUEST_TOKEN_URL = 'https://sso.openx.com/api/index/initiate'
1818
ACCESS_TOKEN_URL = 'https://sso.openx.com/api/index/token'

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
'Environment :: Web Environment',
2626
'Intended Audience :: Developers',
2727
'Operating System :: OS Independent',
28-
'License :: OSI Approved :: BSD License',
2928
'Programming Language :: Python',
3029
'Programming Language :: Python :: 2.6',
3130
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)