Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Oct 24, 2018
1 parent 65ea83e commit 4f0fd4b
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 @@ -65,7 +65,7 @@ def run(self):
def main():
print(logo)
classifiers = [
"License :: OSI Approved :: Apache Software License",,
"License :: OSI Approved :: Apache Software License",
]
packages = [
'pyam',
Expand All @@ -84,7 +84,7 @@ def main():
cmdclass = {
'install': Cmd,
}
install_requirements=[
install_requirements = [
"argparse",
"numpy",
"pandas >=0.21.0",
Expand Down

0 comments on commit 4f0fd4b

Please sign in to comment.