Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jun 3, 2024
1 parent cd7749d commit 1e819e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/test_files/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dynamic = ["version"]
platforms = ["any"]

[tool.setuptools.dynamic]
version = {attr = ".FULL_VERSION"}
version = {attr = "FULL_VERSION"}

[tool.setuptools.packages.find]
include = ["*"]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/**
**/__pycache__/

0 comments on commit 1e819e1

Please sign in to comment.