Skip to content

Commit

Permalink
Include the readme as a long description (#128)
Browse files Browse the repository at this point in the history
Currently, the https://pypi.org/p/dataclasses page is worryingly empty. Include a long description.
  • Loading branch information
mjpieters authored and ericvsmith committed May 16, 2018
1 parent 95b3967 commit e183d0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
@@ -1,9 +1,13 @@
from setuptools import setup

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

setup(
name='dataclasses',
version='0.5+',
description='An implementation of PEP 557: Data Classes',
long_description=README,
url='https://github.com/ericvsmith/dataclasses',
author='Eric V. Smith',
author_email='eric@python.org',
Expand Down

0 comments on commit e183d0c

Please sign in to comment.