Skip to content

Commit 23e7a1b

Browse files
authored
Update setup.py
1 parent 15bc683 commit 23e7a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)