Skip to content

Commit

Permalink
Update setup.py to reference README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
leovp committed May 12, 2016
1 parent f421570 commit 2fdbe0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def read(fname):

keywords='steam files valve format parse appinfo vdf acf manifest',
description='Python library for parsing the most common Steam file formats.',
long_description=read('README.md'),
long_description=read('README.rst'),

include_package_data=True,
package_data={'': ['README.md', 'LICENSE']},
package_data={'': ['README.rst', 'LICENSE']},

platforms=['any'],
packages=setuptools.find_packages(exclude=['tests']),
Expand Down

0 comments on commit 2fdbe0c

Please sign in to comment.