mirror of
https://github.com/phooky/Apple-410.git
synced 2024-10-31 21:07:02 +00:00
let's leave out the readme
This commit is contained in:
parent
d35839aa54
commit
337fb247ea
6
setup.py
6
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',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user