File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11include LICENSE
2- include README.md
2+ include README.rst
Original file line number Diff line number Diff line change 66* PyNUTClient: Allows connecting to and communicating with PyNUT
77 servers.
88
9- Copyright (C) 2013 george2
9+ Copyright (C) 2018 Ryan Shipp
1010
1111This program is free software: you can redistribute it and/or modify
1212it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 33
44from nut2 import __version__
55
6- README = open (os .path .join (os .path .dirname (__file__ ), 'README.md ' )).read ()
6+ README = open (os .path .join (os .path .dirname (__file__ ), 'README.rst ' )).read ()
77
88# allow setup.py to be run from any path
99os .chdir (os .path .normpath (os .path .join (os .path .abspath (__file__ ), os .pardir )))
1717 license = 'GPL3' ,
1818 description = 'A Python abstraction class to access NUT servers.' ,
1919 long_description = README ,
20- url = 'https://github.com/george2 /python-nut2' ,
21- author = 'george2 ' ,
22- author_email = 'rpubaddr0@gmail .com' ,
20+ url = 'https://github.com/rshipp /python-nut2' ,
21+ author = 'Ryan Shipp ' ,
22+ author_email = 'python@rshipp .com' ,
2323 classifiers = [
2424 'Intended Audience :: Developers' ,
2525 'Intended Audience :: Information Technology' ,
You can’t perform that action at this time.
0 commit comments