Using README_PYTHON in setup.py

This commit is contained in:
James Douglass 2015-08-13 16:47:49 -07:00
parent 644905b9ce
commit 23a19e5bef
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
include README.rst
include README_PYTHON.rst
include HISTORY.rst
include LICENSE.txt
include requirements.txt

View File

@ -40,7 +40,7 @@ try:
except ImportError:
USE_CYTHON = False
readme = open('README.rst').read()
readme = open('README_PYTHON.rst').read()
history = open('HISTORY.rst').read().replace('.. :changelog:', '')
LICENSE = open('LICENSE.txt').read()