File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Contributors
2+ ------------
3+
4+ * Sam Birch <sam.m.birch@gmail.com>
5+ * Crupuk
6+ * Thibaut Horel <thibaut.horel@gmail.com>
Original file line number Diff line number Diff line change 22-------
33
440.2
5- +++
5+ ~~~
66
77* Fix bug when using current timestamp
88* Add a ``pushover `` command line utility
@@ -12,6 +12,6 @@ Changes
1212* Switch to ``setuptools `` for easier installation and dependencies handling
1313
14140.1
15- +++
15+ ~~~
1616
1717Initial Release
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55setup (name = 'python-pushover' ,
6- version = '0.1' ,
7- description = 'Comprehensive implementation of the Pushover API' ,
8- long_description = open ("README.rst" ).read () + "\n " + open ("CHANGES" ).read (),
6+ version = '0.2' ,
7+ description = "Comprehensive bindings and command line utility for the "
8+ "Pushover notification service" ,
9+ long_description = open ("README.rst" ).read () + "\n "
10+ + open ("AUTHORS.rst" ).read () + "\n " + open ("CHANGES.rst" ).read (),
911 url = 'https://github.com/Thibauth/python-pushover' ,
1012 author = 'Thibaut Horel' ,
11- author_email = 'thibaut+pushover@gmail.com' ,
13+ author_email = 'thibaut.horel +pushover@gmail.com' ,
1214 py_modules = ['pushover' ],
1315 entry_points = {"console_scripts" : ["pushover = pushover:main" ]},
1416 install_requires = ['requests>=1.0' ],
You can’t perform that action at this time.
0 commit comments