Skip to content

Commit 7b5c0c7

Browse files
Merge pull request #10 from ekonstantinidis/ekonstantinidis-patch-1
Minor Changes
2 parents f91a212 + eb29bef commit 7b5c0c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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.
2+
Check whether your PyPI requirements are up to date. [Demo](https://asciinema.org/a/41124)
33

44
[![press][press-image]][press-url]
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
author_email="[email protected]",
88
packages=find_packages(),
99
include_package_data=True,
10-
url="https://github.com/ekonstantinidis/pypi",
10+
url="https://github.com/ekonstantinidis/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)