|
3 | 3 | LONG_DESCRIPTION = """ |
4 | 4 | .. image:: http://pinaxproject.com/pinax-design/patches/pinax-events.svg |
5 | 5 | :target: https://pypi.python.org/pypi/pinax-events/ |
6 | | - |
7 | | -=================== |
8 | | -Pinax Notifications |
9 | | -=================== |
| 6 | +
|
| 7 | +============ |
| 8 | +Pinax Events |
| 9 | +============ |
10 | 10 |
|
11 | 11 | .. image:: https://img.shields.io/pypi/v/pinax-events.svg |
12 | 12 | :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 | +
|
16 | 16 | .. image:: https://img.shields.io/circleci/project/github/pinax/pinax-events.svg |
17 | 17 | :target: https://circleci.com/gh/pinax/pinax-events |
18 | 18 | .. image:: https://img.shields.io/codecov/c/github/pinax/pinax-events.svg |
|
23 | 23 | :target: https://github.com/pinax/pinax-events/pulls |
24 | 24 | .. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-events.svg |
25 | 25 | :target: https://github.com/pinax/pinax-events/pulls?q=is%3Apr+is%3Aclosed |
26 | | - |
| 26 | +
|
| 27 | +\ |
| 28 | +
|
27 | 29 | .. image:: http://slack.pinaxproject.com/badge.svg |
28 | 30 | :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/ |
29 | 33 |
|
| 34 | +\ |
30 | 35 |
|
31 | 36 | ``pinax-events`` is a simple app for publishing events on your site. |
32 | | - |
33 | | - |
| 37 | +
|
| 38 | +
|
34 | 39 | Supported Django and Python Versions |
35 | 40 | ------------------------------------ |
36 | 41 |
|
37 | 42 | +-----------------+-----+-----+-----+-----+ |
38 | | -| Django \ Python | 2.7 | 3.4 | 3.5 | 3.6 | |
| 43 | +| Django / Python | 2.7 | 3.4 | 3.5 | 3.6 | |
39 | 44 | +=================+=====+=====+=====+=====+ |
40 | 45 | | 1.11 | * | * | * | * | |
41 | 46 | +-----------------+-----+-----+-----+-----+ |
|
49 | 54 | description="a simple app for publishing events on your site", |
50 | 55 | name="pinax-events", |
51 | 56 | long_description=LONG_DESCRIPTION, |
52 | | - version="2.0.1", |
| 57 | + version="2.0.2", |
53 | 58 | url="http://github.com/pinax/pinax-events/", |
54 | 59 | license="MIT", |
55 | 60 | packages=find_packages(), |
|
0 commit comments