From 73233b208421738480350335beec325de0822833 Mon Sep 17 00:00:00 2001 From: Mikhail Fedosov Date: Tue, 3 Sep 2013 18:15:03 +0400 Subject: [PATCH] Add screenshot for PyPI description --- docs/index.rst | 2 ++ updates.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0c86f82..f92ac84 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,6 +6,8 @@ What It Does ``updates`` is a tool to check for updated packages in the ``PyPI``. +.. image:: http://i.imgur.com/Fp8ggoK.png + Installation ------------ diff --git a/updates.py b/updates.py index b3ffdca..8db0c77 100755 --- a/updates.py +++ b/updates.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = "Mikhail Fedosov (tbs.micle@gmail.com)" -__version__ = "0.1.3.6" +__version__ = "0.1.3.7" # http://code.activestate.com/recipes/577708-check-for-package-updates-on-pypi-works-best-in-pi/ # http://stackoverflow.com/questions/287871/print-in-terminal-with-colors-using-python