Skip to content

Commit

Permalink
fix setup.py LONG_DESCRIPTION for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Dec 20, 2017
1 parent c26876b commit b071cd2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ Add and manage testimonial quotes via the Django admin.

## Change Log

### 2.0.2

* fix setup.py LONG_DESCRIPTION for PyPi

### 2.0.1

* Standardize documentation layout
Expand Down
9 changes: 0 additions & 9 deletions mkdocs.yml

This file was deleted.

18 changes: 13 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from setuptools import find_packages, setup

VERSION = "2.0.2"
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/blank.svg
:target: https://pypi.python.org/pypi/pinax-testimonials/
Expand All @@ -10,8 +11,8 @@
.. image:: https://img.shields.io/pypi/v/pinax-testimonials.svg
:target: https://pypi.python.org/pypi/pinax-testimonials/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://pypi.python.org/pypi/pinax-testimonials/
\
.. image:: https://img.shields.io/circleci/project/github/pinax/pinax-testimonials.svg
:target: https://circleci.com/gh/pinax/pinax-testimonials
Expand All @@ -24,16 +25,23 @@
.. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-testimonials.svg
:target: https://github.com/pinax/pinax-testimonials/pulls?q=is%3Apr+is%3Aclosed
\
.. image:: http://slack.pinaxproject.com/badge.svg
:target: http://slack.pinaxproject.com/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://pypi.python.org/pypi/pinax-testimonials/
\
``pinax-testimonials`` is a well tested, documented, and proven solution for any site wanting to display testimonials.
Supported Django and Python Versions
------------------------------------
+-----------------+-----+-----+-----+-----+
| Django \ Python | 2.7 | 3.4 | 3.5 | 3.6 |
| Django / Python | 2.7 | 3.4 | 3.5 | 3.6 |
+=================+=====+=====+=====+=====+
| 1.11 | * | * | * | * |
+-----------------+-----+-----+-----+-----+
Expand All @@ -47,7 +55,7 @@
description="a testimonials app",
name="pinax-testimonials",
long_description=LONG_DESCRIPTION,
version="2.0.1",
version=VERSION,
url="http://github.com/pinax/pinax-testimonials/",
license="MIT",
packages=find_packages(),
Expand Down

0 comments on commit b071cd2

Please sign in to comment.