Skip to content

Commit 9c9aa4c

Browse files
authored
Merge pull request #8 from daffidwilde/readme
Add README to setup long_description
2 parents e5091cb + 09f8aa0 commit 9c9aa4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
from setuptools import setup
44

5+
with open('README.rst', 'r') as readme_file:
6+
readme = readme_file.read()
7+
58
setup(
69
name='matching',
710
version='0.1',
811
description='A package for solving matching games',
12+
long_description=readme,
913
url='https://github.com/daffidwilde/matching',
1014
author='Henry Wilde',
1115
author_email='[email protected]',

0 commit comments

Comments
 (0)