We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f91a212 + eb29bef commit 7b5c0c7Copy full SHA for 7b5c0c7
README.md
@@ -1,5 +1,5 @@
1
# pypiup [![travis][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![pypi][pypi-image]][pypi-url]
2
-Check whether your PyPI requirements are up to date.
+Check whether your PyPI requirements are up to date. [Demo](https://asciinema.org/a/41124)
3
4
[![press][press-image]][press-url]
5
setup.py
@@ -7,7 +7,7 @@
7
author_email="[email protected]",
8
packages=find_packages(),
9
include_package_data=True,
10
- url="https://github.com/ekonstantinidis/pypi",
+ url="https://github.com/ekonstantinidis/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