We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5091cb commit 09f8aa0Copy full SHA for 09f8aa0
setup.py
@@ -2,10 +2,14 @@
2
3
from setuptools import setup
4
5
+with open('README.rst', 'r') as readme_file:
6
+ readme = readme_file.read()
7
+
8
setup(
9
name='matching',
10
version='0.1',
11
description='A package for solving matching games',
12
+ long_description=readme,
13
url='https://github.com/daffidwilde/matching',
14
author='Henry Wilde',
15
author_email='[email protected]',
0 commit comments