Skip to content

Commit

Permalink
Merge pull request #137 from jGaboardi/remove_long_desc
Browse files Browse the repository at this point in the history
removing long description from setup.py due to rendering issues
  • Loading branch information
jGaboardi committed Oct 31, 2018
2 parents faba438 + b19e3ca commit 83c92b5
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 @@ -3,9 +3,6 @@

DOCLINES = __doc__.split("\n")

with open('README.rst', 'r', encoding='utf8') as file:
long_description = file.read()

from setuptools import setup
from distutils.command.build_py import build_py

Expand Down Expand Up @@ -52,7 +49,6 @@ def setup_package(package, version):
setup(name=package,
version=__version__,
description=DOCLINES[0],
long_description=long_description,
url='https://github.com/pysal/'+package,
download_url='https://pypi.org/project/'+package,
maintainer='James D. Gaboardi',
Expand Down

0 comments on commit 83c92b5

Please sign in to comment.