Skip to content

Commit 8ba5d03

Browse files
committed
Fixes build to PyPI to not include tests
1 parent 3456b20 commit 8ba5d03

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,11 @@ classifiers =
3131

3232
[options]
3333
zip_safe = True
34-
packages = find:
34+
packages = algoliasearch
3535
install_requires =
3636
requests>=2.21,<3.0
3737
typing>=3.6,<4.0
3838
python_requires = >=2.7, !=3.0.*, !=3.1.*', !=3.2.*, !=3.3.*'
3939

40-
[options.packages.find]
41-
exclude =
42-
tests
43-
4440
[bdist_wheel]
4541
universal = 1

0 commit comments

Comments
 (0)