Skip to content

Commit d6386e9

Browse files
committed
README.rst as pypi long_description
1 parent eab6844 commit d6386e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
from setuptools import setup, find_packages
22

33
version = __import__('cmsplugin_randomquote').__version__
4+
readme = open('README.rst').read()
45

56
setup(
67
name = 'cmsplugin-randomquote',
78
version = version,
89
description = 'Random quote plugin for the django CMS.',
10+
long_description=readme,
911
author = 'Danilo Bargen',
1012
author_email = '[email protected]',
1113
url = 'http://github.com/gwrtheyrn/cmsplugin-randomquote',

0 commit comments

Comments
 (0)