diff --git a/examples/.gitignore b/examples/.gitignore index 555b417..f0764ab 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -10,3 +10,4 @@ __pycache__/ # PDM .pdm-python +*.egg-info/ diff --git a/examples/pyproject.toml b/examples/pyproject.toml index 9274925..e982423 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -15,6 +15,3 @@ dependencies = [ dev = [ "ipython >=8.22.1, <9", ] - -[tool.pdm] -distribution = false