diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..5a8ed10 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,7 @@ +## 2.0.dev4 + +**Navigation Support** + +Preliminary support for site navigation. + +See [#49](https://github.com/encode/mkdocs/pull/49) for further details. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2303e67..bfcffac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "hatchling.build" [project] name = "mkdocs" description = "HTTP, for Python." +readme = "docs/README.md" requires-python = ">=3.10" authors = [ { name = "Kim Christie", email = "noreply@lovelydinosaur.com" },