Skip to content

Commit 69b612b

Browse files
committed
Update metadata
1 parent 064268c commit 69b612b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include LICENSE
2-
include README.md
2+
include README.rst

nut2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* PyNUTClient: Allows connecting to and communicating with PyNUT
77
servers.
88
9-
Copyright (C) 2013 george2
9+
Copyright (C) 2018 Ryan Shipp
1010
1111
This program is free software: you can redistribute it and/or modify
1212
it under the terms of the GNU General Public License as published by

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from 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
99
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
@@ -17,9 +17,9 @@
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',

0 commit comments

Comments
 (0)