diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5be1f72..bed1ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,4 +28,5 @@ license = 'AGPLv3+' brutalmaze = "brutalmaze.game:main" [tool.flit.sdist] -exclude = ['docs', 'wiki'] +include = ['wiki'] +exclude = ['docs'] |