We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9e1ec commit 023e802Copy full SHA for 023e802
1 file changed
setup.py
@@ -3,6 +3,9 @@
3
from pathlib import Path
4
from setuptools import setup, Command
5
6
+HERE = Path(__file__).parent
7
+README = (HERE.joinpath("readme.md")).read_text()
8
+
9
setup(
10
name="mkdocs-webcontext-plugin",
11
version="0.1.0",
0 commit comments