Skip to content

Commit 9ca2cf8

Browse files
authored
Merge pull request #12 from manosim/manosim-patch-1
Rename
2 parents 15bc683 + b4bfcb3 commit 9ca2cf8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ In order to run the tests you will have to run:
5252
6. Make sure tests are passing
5353

5454

55-
[travis-image]: https://travis-ci.org/ekonstantinidis/pypiup.svg?branch=master
56-
[travis-url]: https://travis-ci.org/ekonstantinidis/pypiup
55+
[travis-image]: https://travis-ci.org/manosim/pypiup.svg?branch=master
56+
[travis-url]: https://travis-ci.org/manosim/pypiup
5757

58-
[codecov-image]: https://codecov.io/github/ekonstantinidis/pypiup/coverage.svg?branch=master
59-
[codecov-url]: https://codecov.io/github/ekonstantinidis/pypiup?branch=master
58+
[codecov-image]: https://codecov.io/github/manosim/pypiup/coverage.svg?branch=master
59+
[codecov-url]: https://codecov.io/github/manosim/pypiup?branch=master
6060

6161
[pypi-image]: https://badge.fury.io/py/pypiup.svg
6262
[pypi-url]: https://pypi.python.org/pypi/pypiup/
6363

6464
[press-image]: https://cloud.githubusercontent.com/assets/6333409/14223693/82be7bce-f87b-11e5-9fe7-abf12b4bd235.png
65-
[press-url]: https://github.com/ekonstantinidis/pypiup
65+
[press-url]: https://github.com/manosim/pypiup

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
name='pypiup',
55
version=__import__('pypiup').__version__,
66
author="Emmanouil Konstantinidis",
7-
author_email="manos@iamemmanouil.com",
7+
author_email="hello@manos.im",
88
packages=find_packages(),
99
include_package_data=True,
10-
url="https://github.com/ekonstantinidis/pypiup",
10+
url="https://github.com/manosim/pypiup",
1111
license='BSD',
1212
description="Check whether your PyPI requirements are up to date.",
1313
long_description=open("README.md").read(),

0 commit comments

Comments
 (0)