Skip to content

Commit

Permalink
long_description 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
koriel committed Oct 11, 2019
1 parent 431318e commit 4a9d399
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

from setuptools import setup, find_packages

with open('README.rst') as readme_file:
readme = readme_file.read()

with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = [
'pyserial>=3.1.1',
'enum34>=1.1.6',
Expand Down Expand Up @@ -39,7 +33,6 @@
description="Easy😆 and fast💨 MODI Python API package.",
install_requires=requirements,
license="MIT license",
long_description=readme + '\n\n' + history,
include_package_data=True,
keywords=(
'pymodi', 'modi', 'luxrobo',
Expand Down

0 comments on commit 4a9d399

Please sign in to comment.