Include the changelog in the long_description.

parent 92ac5b5e
......@@ -22,7 +22,9 @@ use_setuptools()
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.txt')).read()
README = (open(os.path.join(here, 'README.txt')).read()
+ '\n\n' +
open(os.path.join(here, 'CHANGES.txt')).read())
setup(name='transaction',
version=__version__,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment