diff --git a/pyproject.toml b/pyproject.toml index d329ac9..50954f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,9 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] +[project] +name = "anytree" + [project.urls] "Homepage" = "https://github.com/c0fec0de/anytree" "Documentation" = "https://anytree.readthedocs.io/en/latest/" @@ -117,4 +120,4 @@ commands = poetry run coverage xml poetry run pylint anytree poetry run make html -C docs -""" \ No newline at end of file +"""