File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Installation
1616
1717::
1818
19- $ pip install pypromise
19+ $ pip install promise
2020
2121Usage
2222-----
@@ -160,9 +160,9 @@ License
160160`MIT
161161License <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
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (
4- name = 'pypromise ' ,
4+ name = 'promise ' ,
55 version = '0.4' ,
66 description = 'Promises/A+ implementation for Python' ,
77 long_description = open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments