We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c2b6a commit 200ef48Copy full SHA for 200ef48
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