Skip to content

Commit 5580347

Browse files
committed
Updated setuptools configuration
1 parent d3169fc commit 5580347

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

minerutils/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def _getNextURL(self, resp):
4848
pass
4949

5050
def usesAuth(self):
51-
return not self.auth is None
51+
return not self.auth is None

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
from distutils.core import setup
55

66
setup(name='MinerUtils',
7-
version='2.0.5',
8-
description='GitHub and Travis API Access Utilities',
9-
author='Caius Brindescu',
10-
author_email='[email protected]',
11-
url='https://github.com/caiusb/miner-utils',
7+
version='2.5.5',
8+
description='GitHub API Access Utilities',
9+
author='Nicholas Nelson & Caius Brindescu',
10+
author_email='[email protected]',
11+
url='https://github.com/EPICLAB/miner-utils',
1212
packages=['minerutils'],
1313
install_requires=['requests']
1414
)

0 commit comments

Comments
 (0)