Skip to content

Commit 023e802

Browse files
committed
Fix setup.py
1 parent dd9e1ec commit 023e802

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
from pathlib import Path
44
from setuptools import setup, Command
55

6+
HERE = Path(__file__).parent
7+
README = (HERE.joinpath("readme.md")).read_text()
8+
69
setup(
710
name="mkdocs-webcontext-plugin",
811
version="0.1.0",

0 commit comments

Comments
 (0)