Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
* release/1.0.2:
  Bump version 1.0.1 -> 1.0.2
  Fixed broken setup.py
  • Loading branch information
ianchesal committed Jan 25, 2015
2 parents 9457fe0 + 2b23d08 commit 010340a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keybase/__init__.py
Expand Up @@ -2,6 +2,6 @@
.. moduleauthor:: Ian Chesal <ian.chesal@gmail.com>
'''

__version__ = '1.0.1'
__version__ = '1.0.2'
__all__ = ['keybase']

4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -52,6 +52,7 @@ def run_tests(self):
url = 'https://github.com/ianchesal/keybase-python',
license = 'Apache Software License, v2.0',
author = 'Ian Chesal',
setup_requires=['nose>=1.0'],
tests_require = ['nose>=1.0'],
install_requires = [
'astroid>=1.0.1',
Expand All @@ -70,14 +71,13 @@ def run_tests(self):
'sphinx_rtd_theme>=0.1.6',
'wsgiref>=0.1.2',
],
cmdclass={'test': NoseTestCommand},
author_email = 'ian.chesal@gmail.com',
description = 'A Python implementation of the keybase.io API',
long_description = long_description,
packages = ['keybase'],
include_package_data = True,
platforms = 'any',
test_suite = 'keybase.test.test_keybase',
test_suite = 'nose.collector',
classifiers = [
'Programming Language :: Python',
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 010340a

Please sign in to comment.