Skip to content

Commit

Permalink
Merge pull request #68 from m3dev/fix-setup
Browse files Browse the repository at this point in the history
delete long description
  • Loading branch information
nishiba authored Jul 4, 2019
2 parents 6a4b348 + 492bac2 commit 2d53494
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
`GitHub repository <https://github.com/m3dev/gokart>`_\n\n
"""

with open('README.md') as f:
long_description = readme_note + f.read()

install_requires = [
'luigi',
'python-dateutil==2.7.5',
Expand All @@ -25,7 +22,6 @@
use_scm_version=True,
setup_requires=['setuptools_scm'],
description='A wrapper of luigi. This make it easy to define tasks.',
long_description=long_description,
author='M3, inc.',
url='https://github.com/m3dev/gokart',
license='MIT License',
Expand Down

0 comments on commit 2d53494

Please sign in to comment.