Skip to content

Commit

Permalink
Restore explicit discovery, fixing the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 30, 2024
1 parent bde75ef commit 8502716
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,20 @@ classifiers =
keywords = CSS, Cascading Style Sheets, CSSParser, DOM Level 2 Stylesheets, DOM Level 2 CSS

[options]
packages = find_namespace:
include_package_data = true
python_requires = >=3.8
install_requires =
importlib_metadata; python_version < "3.8"

[options.packages.find]
exclude =
# duplicate exclusions for pypa/setuptools#2688
docs
docs.*
examples*
sheets*
sheets
sheets.*
tools*

[options.extras_require]
Expand Down

0 comments on commit 8502716

Please sign in to comment.