Skip to content

Commit

Permalink
autopep8 status
Browse files Browse the repository at this point in the history
  • Loading branch information
thoppe committed Feb 11, 2016
1 parent a5ccdb0 commit e299b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
name="hyperop",
packages=['hyperop'],
version=__version__,
download_url = 'https://github.com/thoppe/python-hyperoperators/tarball/1.0',
download_url='https://github.com/thoppe/python-hyperoperators/tarball/1.0',
author="Travis Hoppe",
author_email="[email protected]",
description=(
"Hyperoperators (succession, addition, multiplication, exponentiation, tetration and higher) in python."),
license = "Creative Commons Attribution-ShareAlike 4.0 International License",
keywords = ["math","hyperoperators","uparrow","large-numbers",],
keywords = ["math", "hyperoperators", "uparrow", "large-numbers", ],
url="https://github.com/thoppe/python-hyperoperators",
test_suite="tests",
)

0 comments on commit e299b7e

Please sign in to comment.