Skip to content

Commit

Permalink
add manifiest and bump version number to for prep for cheeseshop
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrelinger committed May 28, 2013
1 parent 816fa87 commit 8f8ab91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,5 @@
include setup.py
include README.rst
recursive-include cyarma *.py *.c *.cpp *.h *.cu *.pyx
recursive-include example *.py

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
from numpy import get_include

setup(name='cyarma',
version='0.1',
version='0.2',
packages=['cyarma'],
package_dir={'cyarma': 'cyarma'},
description='Wrapper to Armadillo',
Expand Down

0 comments on commit 8f8ab91

Please sign in to comment.