Skip to content

Commit

Permalink
build: Add data packages to setup.cfg packages (#27)
Browse files Browse the repository at this point in the history
This resolve setup tools data package deprecations.
  • Loading branch information
kesara authored Jan 25, 2023
1 parent c5fb3c8 commit d87a26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers =
Programming Language :: Python :: 3.10

[options]
packages = find:
packages = svgcheck, svgcheck.Results, svgcheck.Tests, svgcheck.Tests.cache_saved
python_requires = >=3.7, <3.11
install_requires = file: requirements.txt
include_package_data = True
Expand Down

0 comments on commit d87a26f

Please sign in to comment.