We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bc683 commit 23e7a1bCopy full SHA for 23e7a1b
setup.py
@@ -4,10 +4,10 @@
4
name='pypiup',
5
version=__import__('pypiup').__version__,
6
author="Emmanouil Konstantinidis",
7
- author_email="manos@iamemmanouil.com",
+ author_email="hello@manos.im",
8
packages=find_packages(),
9
include_package_data=True,
10
- url="https://github.com/ekonstantinidis/pypiup",
+ url="https://github.com/manosim/pypiup",
11
license='BSD',
12
description="Check whether your PyPI requirements are up to date.",
13
long_description=open("README.md").read(),
0 commit comments