Skip to content

Commit

Permalink
Explicitly specifying the package data files
Browse files Browse the repository at this point in the history
  • Loading branch information
ayshih committed Feb 10, 2016
1 parent 59e73a6 commit 417eed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
recursive-include gripspy *.py
recursive-include gripspy *.pyx

recursive-include gripspy *.txt
recursive-include gripspy *.npz

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
setup(
name='gripspy',
version='0.1',
author='',
author_email='',
author='Albert Y. Shih',
author_email='ayshih@gmail.com',
packages=find_packages(),
package_data={'gripspy.science': ['asicmap/*.txt', 'cms/*.npz']},
install_requires=['numpy',
'scipy',
'matplotlib',
Expand Down

0 comments on commit 417eed8

Please sign in to comment.