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 55510e9 commit a931157
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ Add and manage events via the Django admin.

## Change Log

### 2.0.2

* fix setup.py LONG_DESCRIPTION for PyPi

### 2.0.1

* Fix setup.py for PyPi
Expand Down
29 changes: 17 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-events.svg
:target: https://pypi.python.org/pypi/pinax-events/
===================
Pinax Notifications
===================
============
Pinax Events
============
.. image:: https://img.shields.io/pypi/v/pinax-events.svg
:target: https://pypi.python.org/pypi/pinax-events/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://pypi.python.org/pypi/pinax-events/
\
.. image:: https://img.shields.io/circleci/project/github/pinax/pinax-events.svg
:target: https://circleci.com/gh/pinax/pinax-events
.. image:: https://img.shields.io/codecov/c/github/pinax/pinax-events.svg
Expand All @@ -23,19 +23,24 @@
:target: https://github.com/pinax/pinax-events/pulls
.. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-events.svg
:target: https://github.com/pinax/pinax-events/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-events/
\
``pinax-events`` is a simple app for publishing events on your site.
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 @@ -49,7 +54,7 @@
description="a simple app for publishing events on your site",
name="pinax-events",
long_description=LONG_DESCRIPTION,
version="2.0.1",
version="2.0.2",
url="http://github.com/pinax/pinax-events/",
license="MIT",
packages=find_packages(),
Expand Down

0 comments on commit a931157

Please sign in to comment.