about summary refs log tree commit diff homepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-03-04 09:41:05 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-03-04 09:41:05 +0700
commitc326f93bbb7241d7e4d5b0afa1f50a60efb3af67 (patch)
tree68f9ef724ffef1d88eb3fb937bb1424948a79977 /pyproject.toml
parentb90e6c272c1f76da43992323ffd0f148f759f408 (diff)
downloadbrutalmaze-c326f93bbb7241d7e4d5b0afa1f50a60efb3af67.tar.gz
Redirect pygame message and add wiki to sdist
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
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']