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 eab6844 commit d6386e9Copy full SHA for d6386e9
setup.py
@@ -1,11 +1,13 @@
1
from setuptools import setup, find_packages
2
3
version = __import__('cmsplugin_randomquote').__version__
4
+readme = open('README.rst').read()
5
6
setup(
7
name = 'cmsplugin-randomquote',
8
version = version,
9
description = 'Random quote plugin for the django CMS.',
10
+ long_description=readme,
11
author = 'Danilo Bargen',
12
author_email = '[email protected]',
13
url = 'http://github.com/gwrtheyrn/cmsplugin-randomquote',
0 commit comments