Skip to content

Commit

Permalink
run tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
trincaog committed Jan 2, 2024
1 parent 6ea2e5a commit c5b2f32
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.build_meta"

[project]
name = "magiccube"
version = "{{VERSION_PLACEHOLDER}}"
Expand All @@ -21,5 +25,5 @@ dependencies = [
[project.urls]
"Homepage" = "https://github.com/trincaog/magiccube"

[tool.setuptools]
packages = ["magiccube"]
[tool.setuptools.packages.find]
include = ["magiccube", "magiccube.*"]

0 comments on commit c5b2f32

Please sign in to comment.