Skip to content

Commit a931157

Browse files
committed
fix setup.py LONG_DESCRIPTION for PyPi
1 parent 55510e9 commit a931157

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ Add and manage events via the Django admin.
134134

135135
## Change Log
136136

137+
### 2.0.2
138+
139+
* fix setup.py LONG_DESCRIPTION for PyPi
140+
137141
### 2.0.1
138142

139143
* Fix setup.py for PyPi

setup.py

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
LONG_DESCRIPTION = """
44
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-events.svg
55
:target: https://pypi.python.org/pypi/pinax-events/
6-
7-
===================
8-
Pinax Notifications
9-
===================
6+
7+
============
8+
Pinax Events
9+
============
1010
1111
.. image:: https://img.shields.io/pypi/v/pinax-events.svg
1212
:target: https://pypi.python.org/pypi/pinax-events/
13-
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
14-
:target: https://pypi.python.org/pypi/pinax-events/
15-
13+
14+
\
15+
1616
.. image:: https://img.shields.io/circleci/project/github/pinax/pinax-events.svg
1717
:target: https://circleci.com/gh/pinax/pinax-events
1818
.. image:: https://img.shields.io/codecov/c/github/pinax/pinax-events.svg
@@ -23,19 +23,24 @@
2323
:target: https://github.com/pinax/pinax-events/pulls
2424
.. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-events.svg
2525
:target: https://github.com/pinax/pinax-events/pulls?q=is%3Apr+is%3Aclosed
26-
26+
27+
\
28+
2729
.. image:: http://slack.pinaxproject.com/badge.svg
2830
:target: http://slack.pinaxproject.com/
31+
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
32+
:target: https://pypi.python.org/pypi/pinax-events/
2933
34+
\
3035
3136
``pinax-events`` is a simple app for publishing events on your site.
32-
33-
37+
38+
3439
Supported Django and Python Versions
3540
------------------------------------
3641
3742
+-----------------+-----+-----+-----+-----+
38-
| Django \ Python | 2.7 | 3.4 | 3.5 | 3.6 |
43+
| Django / Python | 2.7 | 3.4 | 3.5 | 3.6 |
3944
+=================+=====+=====+=====+=====+
4045
| 1.11 | * | * | * | * |
4146
+-----------------+-----+-----+-----+-----+
@@ -49,7 +54,7 @@
4954
description="a simple app for publishing events on your site",
5055
name="pinax-events",
5156
long_description=LONG_DESCRIPTION,
52-
version="2.0.1",
57+
version="2.0.2",
5358
url="http://github.com/pinax/pinax-events/",
5459
license="MIT",
5560
packages=find_packages(),

0 commit comments

Comments
 (0)