Skip to content

Commit

Permalink
Clean up project description
Browse files Browse the repository at this point in the history
  • Loading branch information
reicolina committed Oct 15, 2018
1 parent 45d82fe commit 1e50ec5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 94 deletions.
92 changes: 0 additions & 92 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion linkedin_v2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.9.2'
__version__ = '0.9.3'
VERSION = tuple(map(int, __version__.split('.')))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from linkedin_v2 import __version__


with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
long_description = readme.read()

setup(name='python-linkedin-v2',
Expand Down

0 comments on commit 1e50ec5

Please sign in to comment.