Skip to content

Commit 9f6409b

Browse files
author
ajoino
committed
Fixed packaging bug
1 parent 5114c26 commit 9f6409b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers =
1919
License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)
2020

2121
[options]
22-
packages = arrowhead_client
22+
packages = find:
2323
python_requires = >=3.7
2424
install_requires =
2525
FastAPI
@@ -32,5 +32,7 @@ install_requires =
3232
six
3333

3434
[options.packages.find]
35-
exclude = ./tests, ./examples
36-
35+
exclude =
36+
tests
37+
tests.*
38+
examples

0 commit comments

Comments
 (0)