We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93c2b6a + 200ef48 commit 8be17edCopy full SHA for 8be17ed
setup.py
@@ -2,12 +2,13 @@
2
from setuptools import *
3
4
description='A process manager in Python.'
5
+long_description = open('README.rst').read()
6
7
setup(
8
name='pymanager',
9
version='0.1.3',
10
description=description,
- long_description=description,
11
+ long_description=long_description,
12
url='https://github.com/baliame/pymanager',
13
author='Baliame',
14
author_email='akos.toth@cheppers.com',
0 commit comments