Skip to content

Commit

Permalink
Improve find_packages (exclude benchmarks)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jan 4, 2018
1 parent e8f79fc commit 2f259de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ def read(fname):
"scipy>=0.17.1",
"scikit-learn>=0.17.1",
],
packages=find_packages(exclude=["recordlinkage._lib"]),
packages=find_packages(exclude=["benchmarks", "tests", "docs"]),
include_package_data=True,
package_dir={'recordlinkage': 'recordlinkage'},
package_data={'recordlinkage': ['datasets/*/*.csv']},
license='GPL-3.0'
)

0 comments on commit 2f259de

Please sign in to comment.