Skip to content

Commit

Permalink
Merge pull request #137 from areski/master
Browse files Browse the repository at this point in the history
Add PyPI Pins to readme / Fix License
  • Loading branch information
remear committed Dec 19, 2014
2 parents 6115dee + b1a8b39 commit f199e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

Online Marketplace Payments

[![Build Status](https://secure.travis-ci.org/balanced/balanced-python.png?branch=master)](http://travis-ci.org/balanced/balanced-python)
[![Build Status](https://secure.travis-ci.org/balanced/balanced-python.png?branch=master)](http://travis-ci.org/balanced/balanced-python) [![Latest Version](https://pypip.in/version/balanced/badge.svg)](https://pypi.python.org/pypi/balanced/) [![Downloads](https://pypip.in/download/balanced/badge.svg)](https://pypi.python.org/pypi/balanced/) [![Supported Python versions](https://pypip.in/py_versions/balanced/badge.svg)](https://pypi.python.org/pypi/balanced/) [![License](https://pypip.in/license/balanced/badge.svg)](https://pypi.python.org/pypi/balanced/)

**v1.x requires Balanced API 1.1. Use [v0.x](https://github.com/balanced/balanced-python/tree/rev0) for Balanced API 1.0.**

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -67,7 +67,7 @@ def parse_dependency_links(file_name):
name='balanced',
version=VERSION,
url='https://balancedpayments.com/',
license='BSD',
license='MIT License',
author='Balanced',
author_email='dev@balancedpayments.com',
description='Payments platform for marketplaces',
Expand All @@ -78,7 +78,7 @@ def parse_dependency_links(file_name):
dependency_links=parse_dependency_links('requirements.txt'),
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down

0 comments on commit f199e51

Please sign in to comment.