Skip to content

Commit

Permalink
Add screenshot for PyPI description
Browse files Browse the repository at this point in the history
  • Loading branch information
fedosov committed Sep 3, 2013
1 parent b38f57b commit 73233b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down
2 changes: 1 addition & 1 deletion updates.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = "Mikhail Fedosov ([email protected])"
__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
Expand Down

0 comments on commit 73233b2

Please sign in to comment.