Skip to content

Commit

Permalink
Added a more dynamic package finding method
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusfrdk committed Feb 4, 2025
1 parent a904349 commit 6a2decc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tomlval"
version = "1.0.2"
version = "1.0.3"
description = "A simple and easy to use TOML validator for Python."
authors = [
{ name = "Marcus Fredriksson", email = "[email protected]" },
Expand Down Expand Up @@ -30,8 +30,8 @@ dev = [
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["tomlval", "tomlval.errors", "tomlval.types", "tomlval.utils"]
[tool.setuptools.packages.find]
include = ["tomlval", "tomlval.*"]

[tool.black]
line-length = 80
Expand Down

0 comments on commit 6a2decc

Please sign in to comment.