diff --git a/pyproject.toml b/pyproject.toml index 46612d17..ef05ec86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "mkdocs" +name = "mkdocs-ng" description = "Project documentation with Markdown." readme = "README.md" license = "BSD-2-Clause" diff --git a/setup.py b/setup.py index 4d5ce0a9..75de9706 100644 --- a/setup.py +++ b/setup.py @@ -9,5 +9,5 @@ # Fake reference so GitHub still considers it a real package for statistics purposes. setup( - name="mkdocs", + name="mkdocs-ng", )