Skip to content

Commit

Permalink
Reading README&&HISTORY as long_description.
Browse files Browse the repository at this point in the history
  • Loading branch information
soasme committed Sep 9, 2016
1 parent fe0b02c commit 4232f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

from setuptools import setup, find_packages

with open('README.md') as readme_file:
with open('README.rst') as readme_file:
readme = readme_file.read()

with open('HISTORY.md') as history_file:
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = [
Expand Down

0 comments on commit 4232f79

Please sign in to comment.