Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau authored Oct 21, 2023
1 parent 2da7ef4 commit 3bd822b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ authors = [
description = "Custom Chess Engine"
readme = "README.md"
requires-python = ">=3.8"

[tool.setuptools]
packages = [
"lib",
"config",
"tests",
"python"
]

0 comments on commit 3bd822b

Please sign in to comment.