File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
include LICENSE
2
- include README.md
2
+ include README.rst
Original file line number Diff line number Diff line change 6
6
* PyNUTClient: Allows connecting to and communicating with PyNUT
7
7
servers.
8
8
9
- Copyright (C) 2013 george2
9
+ Copyright (C) 2018 Ryan Shipp
10
10
11
11
This program is free software: you can redistribute it and/or modify
12
12
it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
4
4
from nut2 import __version__
5
5
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 ()
7
7
8
8
# allow setup.py to be run from any path
9
9
os .chdir (os .path .normpath (os .path .join (os .path .abspath (__file__ ), os .pardir )))
17
17
license = 'GPL3' ,
18
18
description = 'A Python abstraction class to access NUT servers.' ,
19
19
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' ,
23
23
classifiers = [
24
24
'Intended Audience :: Developers' ,
25
25
'Intended Audience :: Information Technology' ,
You can’t perform that action at this time.
0 commit comments