Skip to content

Commit 127a202

Browse files
committed
Change package name to promise
1 parent 312785b commit 127a202

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Its fully compatible with the [Promises/A+ spec](http://promises-aplus.github.io
99
[![pypi][pypi-image]][pypi-url]
1010
[![coveralls][coveralls-image]][coveralls-url]
1111

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

1919
## Installation
2020

21-
$ pip install pypromise
21+
$ pip install promise
2222

2323

2424
## Usage

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Installation
1616

1717
::
1818

19-
$ pip install pypromise
19+
$ pip install promise
2020

2121
Usage
2222
-----
@@ -160,9 +160,9 @@ License
160160
`MIT
161161
License <https://github.com/syrusakbary/promise/blob/master/LICENSE>`__
162162

163-
.. |travis| image:: https://img.shields.io/travis/syrusakbary/pypromise.svg?style=flat
164-
:target: https://travis-ci.org/syrusakbary/pypromise
165-
.. |pypi| image:: https://img.shields.io/pypi/v/pypromise.svg?style=flat
166-
:target: https://pypi.python.org/pypi/pypromise
167-
.. |coveralls| image:: https://coveralls.io/repos/syrusakbary/pypromise/badge.svg?branch=master&service=github
168-
:target: https://coveralls.io/github/syrusakbary/pypromise?branch=master
163+
.. |travis| image:: https://img.shields.io/travis/syrusakbary/promise.svg?style=flat
164+
:target: https://travis-ci.org/syrusakbary/promise
165+
.. |pypi| image:: https://img.shields.io/pypi/v/promise.svg?style=flat
166+
:target: https://pypi.python.org/pypi/promise
167+
.. |coveralls| image:: https://coveralls.io/repos/syrusakbary/promise/badge.svg?branch=master&service=github
168+
:target: https://coveralls.io/github/syrusakbary/promise?branch=master

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(
4-
name='pypromise',
4+
name='promise',
55
version='0.4',
66
description='Promises/A+ implementation for Python',
77
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)