Skip to content

Commit

Permalink
Release/dep fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 14, 2016
1 parent 73f4f27 commit baef6e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include test/*.py
include test/*.f90
recursive-include examples *.py *.cl *.floopy *.sh *.ipynb
recursive-include examples *.py *.cl *.floopy *.sh *.ipynb *.cpp
recursive-include contrib *.vim

include build-helpers/*.sh
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
install_requires=[
"pytools>=2016.1",
"pymbolic>=2016.2",
"genpy>=2016.1",
"genpy>=2016.1.2",
"cgen>=2016.1",
"islpy>=2016.1.2",
"islpy>=2016.2",
"six>=1.8.0",
"colorama",
"Mako",
Expand Down

0 comments on commit baef6e7

Please sign in to comment.