From 27653b479a726031ee1481a1df01fa0eb106dd5a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 14 Oct 2016 22:21:50 +0200 Subject: switch to using rst readme --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 169d5c4..d51f8d3 100644 --- a/setup.py +++ b/setup.py @@ -12,16 +12,14 @@ from distutils.extension import Extension here = path.abspath(path.dirname(__file__)) -with open(path.join(here, 'README.md'), 'r') as f: +with open(path.join(here, 'README.rst'), 'r') as f: long_description = f.read() - with open(path.join(here, 'README.txt'), 'w') as o: - o.write(long_description) setup( name='SyncRNG', author='Gertjan van den Burg', author_email='gertjanvandenburg@gmail.com', - version='1.1.0', + version='1.1.1', description='A synchronized Tausworthe RNG for Python and R', long_description=long_description, url='https://github.com/GjjvdBurg/SyncRNG', -- cgit v1.2.3