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-07-20 21:40:25 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-20 21:46:31 +0700
commit1b7bf9833d37246397f117f4ce6d95ae7211349b (patch)
tree3b7d3d805c2d2be05c6cc7a0cfce57f22cd24e75 /pyproject.toml
parentd3839f160e5020967b2b23bd21ebd7c941012162 (diff)
downloadbrutalmaze-1b7bf9833d37246397f117f4ce6d95ae7211349b.tar.gz
Use Sphinx to replace wiki
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f56787d..dd5a62a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,6 +27,3 @@ license = 'AGPLv3+'
 
 [tool.flit.entrypoints.console_scripts]
 brutalmaze = "brutalmaze.game:main"
-
-[tool.flit.sdist]
-exclude = ['docs']