Skip to content

Commit

Permalink
Update 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 c520f5a commit 1b84ba5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 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.1

* Fix setup.py LONG_DESCRIPTION for PyPi

### 2.0.0

* Add Django 2.0 compatibility testing
Expand Down
34 changes: 21 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-news.svg
:target: https://pypi.python.org/pypi/pinax-news/
===================
Pinax Notifications
===================
==========
Pinax News
==========
.. image:: https://img.shields.io/pypi/v/pinax-news.svg
:target: https://pypi.python.org/pypi/pinax-news/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://pypi.python.org/pypi/pinax-news/
\
.. image:: https://img.shields.io/circleci/project/github/pinax/pinax-news.svg
:target: https://circleci.com/gh/pinax/pinax-news
.. image:: https://img.shields.io/codecov/c/github/pinax/pinax-news.svg
Expand All @@ -20,21 +23,26 @@
:target: https://github.com/pinax/pinax-news/pulls
.. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-news.svg
:target: https://github.com/pinax/pinax-news/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-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 @@ -43,7 +51,7 @@
description="a simple app for publishing links to news articles on your site",
name="pinax-news",
long_description=LONG_DESCRIPTION,
version="2.0.0",
version="2.0.1",
url="http://github.com/pinax/pinax-news/",
license="MIT",
packages=find_packages(),
Expand Down

0 comments on commit 1b84ba5

Please sign in to comment.