Skip to content

Commit

Permalink
add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
manuphatak committed Dec 7, 2015
1 parent c7bbe36 commit ffcbb04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Hangman
=======

.. image:: https://img.shields.io/github/downloads/bionikspoon/Hangman/total.svg
:target: https://github.com/bionikspoon/Hangman
:alt: Gitub Downloads

.. image:: https://badge.fury.io/py/python_hangman.svg
:target: https://pypi.python.org/pypi/python_hangman/
:alt: Latest Version
Expand Down
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
#!/usr/bin/env python
# coding=utf-8
"""
.. role:: mod(literal)
.. role:: class(literal)
.. role:: func(literal)
=============
Documentation
=============
The full documentation is at https://python-hangman.readthedocs.org.
.. role:: mod(literal)
.. role:: class(literal)
.. role:: method(literal)
.. role:: func(literal)
"""

try:
Expand Down Expand Up @@ -51,7 +50,7 @@ def run_tests(self):
name='python_hangman',
version='2.0.5',
description='Python Hangman TDD demonstration.',
long_description='\n\n'.join([readme, __doc__, history]),
long_description='\n\n'.join([__doc__, readme, history]),
author='Manu Phatak',
author_email='bionikspoon@gmail.com',
url='https://github.com/bionikspoon/Hangman',
Expand Down

0 comments on commit ffcbb04

Please sign in to comment.