Skip to content

Commit

Permalink
Change package name to promise
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed May 18, 2016
1 parent 312785b commit 127a202
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Its fully compatible with the [Promises/A+ spec](http://promises-aplus.github.io
[![pypi][pypi-image]][pypi-url]
[![coveralls][coveralls-image]][coveralls-url]

[travis-image]: https://img.shields.io/travis/syrusakbary/pypromise.svg?style=flat
[travis-url]: https://travis-ci.org/syrusakbary/pypromise
[pypi-image]: https://img.shields.io/pypi/v/pypromise.svg?style=flat
[pypi-url]: https://pypi.python.org/pypi/pypromise
[coveralls-image]: https://coveralls.io/repos/syrusakbary/pypromise/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/syrusakbary/pypromise?branch=master
[travis-image]: https://img.shields.io/travis/syrusakbary/promise.svg?style=flat
[travis-url]: https://travis-ci.org/syrusakbary/promise
[pypi-image]: https://img.shields.io/pypi/v/promise.svg?style=flat
[pypi-url]: https://pypi.python.org/pypi/promise
[coveralls-image]: https://coveralls.io/repos/syrusakbary/promise/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/syrusakbary/promise?branch=master

## Installation

$ pip install pypromise
$ pip install promise


## Usage
Expand Down
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installation

::

$ pip install pypromise
$ pip install promise

Usage
-----
Expand Down Expand Up @@ -160,9 +160,9 @@ License
`MIT
License <https://github.com/syrusakbary/promise/blob/master/LICENSE>`__

.. |travis| image:: https://img.shields.io/travis/syrusakbary/pypromise.svg?style=flat
:target: https://travis-ci.org/syrusakbary/pypromise
.. |pypi| image:: https://img.shields.io/pypi/v/pypromise.svg?style=flat
:target: https://pypi.python.org/pypi/pypromise
.. |coveralls| image:: https://coveralls.io/repos/syrusakbary/pypromise/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/syrusakbary/pypromise?branch=master
.. |travis| image:: https://img.shields.io/travis/syrusakbary/promise.svg?style=flat
:target: https://travis-ci.org/syrusakbary/promise
.. |pypi| image:: https://img.shields.io/pypi/v/promise.svg?style=flat
:target: https://pypi.python.org/pypi/promise
.. |coveralls| image:: https://coveralls.io/repos/syrusakbary/promise/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/syrusakbary/promise?branch=master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(
name='pypromise',
name='promise',
version='0.4',
description='Promises/A+ implementation for Python',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 127a202

Please sign in to comment.