diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-03-04 09:41:05 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-03-04 09:41:05 +0700 |
commit | c326f93bbb7241d7e4d5b0afa1f50a60efb3af67 (patch) | |
tree | 68f9ef724ffef1d88eb3fb937bb1424948a79977 /pyproject.toml | |
parent | b90e6c272c1f76da43992323ffd0f148f759f408 (diff) | |
download | brutalmaze-c326f93bbb7241d7e4d5b0afa1f50a60efb3af67.tar.gz |
Redirect pygame message and add wiki to sdist
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'] |