let's leave out the readme

This commit is contained in:
Adam Mayer 2017-12-09 21:19:41 -05:00
parent d35839aa54
commit 337fb247ea
1 changed files with 0 additions and 6 deletions

View File

@ -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',