Skip to content

Commit

Permalink
Use README for long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Apr 17, 2017
1 parent 2eb0e6c commit 9af3f3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
import setuptools


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


setuptools.setup(
name=fiscalyear.__name__,
version=fiscalyear.__version__,
description='Utilities for managing the fiscal calendar',
long_description='',
long_description=long_description,
url='https://github.com/adamjstewart/fiscalyear',
author=fiscalyear.__author__,
author_email='ajstewart426@gmail.com',
Expand Down

0 comments on commit 9af3f3c

Please sign in to comment.