diff --git a/.github/test_files/pyproject.toml b/.github/test_files/pyproject.toml index f007952..c003fbb 100644 --- a/.github/test_files/pyproject.toml +++ b/.github/test_files/pyproject.toml @@ -9,7 +9,7 @@ dynamic = ["version"] platforms = ["any"] [tool.setuptools.dynamic] -version = {attr = ".FULL_VERSION"} +version = {attr = "FULL_VERSION"} [tool.setuptools.packages.find] include = ["*"] diff --git a/.gitignore b/.gitignore index a860310..13081a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/** +**/__pycache__/