Skip to content

Commit

Permalink
remove unneeded dep and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camillescott committed Mar 8, 2018
1 parent ec4db1a commit 24f8d1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ficus -- a context manager for matplotlib

Copyright (C) 2015 Camille Scott
Copyright (C) 2015-2018 Camille Scott
<[email protected]>

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion ficus/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.4.1
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ def main():
tests_require = ['pytest', 'pytest-runner'],
packages = ['ficus'],
setup_requires = ['pytest-runner', 'pytest'],
install_requires = ['nose>=1.3.4',
'matplotlib>=1.4'],
install_requires = ['matplotlib>=1.4'],
include_package_data = True,
zip_safe = False,
cmdclass = cmdclass )
Expand Down

0 comments on commit 24f8d1b

Please sign in to comment.