Skip to content

Commit

Permalink
Fixed packaging bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoino committed Jun 8, 2021
1 parent 5114c26 commit 9f6409b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers =
License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)

[options]
packages = arrowhead_client
packages = find:
python_requires = >=3.7
install_requires =
FastAPI
Expand All @@ -32,5 +32,7 @@ install_requires =
six

[options.packages.find]
exclude = ./tests, ./examples

exclude =
tests
tests.*
examples

0 comments on commit 9f6409b

Please sign in to comment.