From 337fb247ea2cc8ce8ded41fd3483c6f6f6024bd6 Mon Sep 17 00:00:00 2001 From: Adam Mayer Date: Sat, 9 Dec 2017 21:19:41 -0500 Subject: [PATCH] let's leave out the readme --- setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.py b/setup.py index 33941b5..c26b736 100644 --- a/setup.py +++ b/setup.py @@ -8,16 +8,10 @@ from os import path here = path.abspath(path.dirname(__file__)) -# Get the long description from the README file -with open(path.join(here, 'README.rst'), encoding='utf-8') as f: - long_description = f.read() - setup( name='apple410', version='0.1.0', description='A library for controlling the Apple 410 Color Plotter', - long_description=long_description, - # The project's main homepage. url='https://github.com/nycresistor/Apple410',