diff --git a/.gitignore b/.gitignore index 0495ac7..22a97b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/tabulate/version.py +/tabulate/_version.py build dist diff --git a/pyproject.toml b/pyproject.toml index 2a80daa..b830807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit>=3.12", "flit_scm"] +requires = ["flit_core>=3.12", "flit_scm"] build-backend = "flit_scm:buildapi" [project] @@ -34,7 +34,6 @@ tabulate = "tabulate:_main" [tool.flit.sdist] include = ["CHANGELOG", "test/", "tox.ini"] -exclude = ["tabulate/_version.py"] [tool.setuptools_scm] write_to = "tabulate/_version.py"