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
+
6
7
===================
7
8
Pinax Notifications
8
9
===================
10
+
9
11
.. image:: https://img.shields.io/pypi/v/pinax-events.svg
10
12
:target: https://pypi.python.org/pypi/pinax-events/
11
13
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
12
14
:target: https://pypi.python.org/pypi/pinax-events/
15
+
13
16
.. image:: https://img.shields.io/circleci/project/github/pinax/pinax-events.svg
14
17
:target: https://circleci.com/gh/pinax/pinax-events
15
18
.. image:: https://img.shields.io/codecov/c/github/pinax/pinax-events.svg
20
23
:target: https://github.com/pinax/pinax-events/pulls
21
24
.. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-events.svg
22
25
:target: https://github.com/pinax/pinax-events/pulls?q=is%3Apr+is%3Aclosed
26
+
23
27
.. image:: http://slack.pinaxproject.com/badge.svg
24
28
:target: http://slack.pinaxproject.com/
25
29
30
+
26
31
``pinax-events`` is a simple app for publishing events on your site.
27
32
33
+
28
34
Supported Django and Python Versions
29
35
------------------------------------
30
36
43
49
description = "a simple app for publishing events on your site" ,
44
50
name = "pinax-events" ,
45
51
long_description = LONG_DESCRIPTION ,
46
- version = "2.0.0 " ,
52
+ version = "2.0.1 " ,
47
53
url = "http://github.com/pinax/pinax-events/" ,
48
54
license = "MIT" ,
49
55
packages = find_packages (),
76
82
'Programming Language :: Python :: 3.6' ,
77
83
"Topic :: Software Development :: Libraries :: Python Modules" ,
78
84
],
79
- zip_safe = False
85
+ zip_safe = False ,
80
86
)
0 commit comments