Skip to content

Commit

Permalink
setup: fix packages attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre35 committed Jan 9, 2024
1 parent 678c55b commit fb6dae6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@ classifiers =
Programming Language :: Python :: 3.12
keywords = xlsx, excel, streaming
platform = any
packages =
docs,
tests,


[options]
packages = find:
python_requires = >= 3.8
install_requires =
zipstream>=1.1.3

[options.packages.find]
exclude =
tests*
docs*

[build-system]
requires = ["setuptools"]

Expand Down

0 comments on commit fb6dae6

Please sign in to comment.