Skip to content

Commit

Permalink
don't set long_description
Browse files Browse the repository at this point in the history
pypi will use README.rst instead
  • Loading branch information
bwhmather committed Jan 20, 2015
1 parent 97a6970 commit 4c70544
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
@@ -1,10 +1,3 @@
"""
JSON Config Parser
==================
A straightforward and unambiguous config file parser.
Parses ini style files with json keys.
"""
from setuptools import setup

setup(
Expand All @@ -13,7 +6,6 @@
author='Ben Mather',
author_email='bwhmather@bwhmather.com',
description='A straightforward and unambiguous config file parser.',
long_description=__doc__,
url='https://github.com/bwhmather/json-config-parser/',
license='BSD',
classifiers=[
Expand Down

0 comments on commit 4c70544

Please sign in to comment.