Skip to content

Commit

Permalink
Merge branch 'rgieseke-c_plus_e' into c_plus_e
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroadmap committed Aug 21, 2018
2 parents a77cdc4 + fffaa05 commit 5b53ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include versioneer.py
include fair/_version.py
graft fair/RCPs/data
prune tests*
prune docs*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def readme():
license='Apache 2.0',
packages=find_packages(exclude=['tests*','docs*']),
package_data={'': ['*.csv']},
include_package_data=True,
install_requires=[
'numpy>=1.11.3',
'scipy>=0.19.0',
Expand Down

0 comments on commit 5b53ec6

Please sign in to comment.