Skip to content

Commit

Permalink
Update setup.py LONG_DESCRIPTION, again
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Dec 20, 2017
1 parent 1b84ba5 commit 1945c7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ Add and manage news and press releases via the Django admin.

## Change Log

### 2.0.2

* setup.py changes to support PyPi doc display

### 2.0.1

* Fix setup.py LONG_DESCRIPTION for PyPi
Expand Down
21 changes: 12 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,21 @@
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://pypi.python.org/pypi/pinax-news/
\
``pinax-news`` is a simple app for publishing links to news articles on your site.
Supported Django and Python Versions
------------------------------------
+------------------+-----+-----+-----+-----+
| Django \\ Python | 2.7 | 3.4 | 3.5 | 3.6 |
+==================+=====+=====+=====+=====+
| 1.11 | * | * | * | * |
+------------------+-----+-----+-----+-----+
| 2.0 | | * | * | * |
+------------------+-----+-----+-----+-----+
+-----------------+-----+-----+-----+-----+
| Django / Python | 2.7 | 3.4 | 3.5 | 3.6 |
+=================+=====+=====+=====+=====+
| 1.11 | * | * | * | * |
+-----------------+-----+-----+-----+-----+
| 2.0 | | * | * | * |
+-----------------+-----+-----+-----+-----+
"""

setup(
Expand All @@ -51,7 +54,7 @@
description="a simple app for publishing links to news articles on your site",
name="pinax-news",
long_description=LONG_DESCRIPTION,
version="2.0.1",
version="2.0.2",
url="http://github.com/pinax/pinax-news/",
license="MIT",
packages=find_packages(),
Expand Down

0 comments on commit 1945c7e

Please sign in to comment.