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-04-12 16:35:44 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-04-12 16:35:44 +0700
commit600c72d0d4c4a64d452eb6bf4e96ac9436eb57e7 (patch)
tree2f90f61263e8cc7c9a95dc64e4cd514635183c6d /pyproject.toml
parentc326f93bbb7241d7e4d5b0afa1f50a60efb3af67 (diff)
downloadbrutalmaze-600c72d0d4c4a64d452eb6bf4e96ac9436eb57e7.tar.gz
Use palace for positional audio rendering
This fixes GH-15.  Sources doesn't seem to be cleaned up properly though.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bed1ac4..8cbcad4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ module = 'brutalmaze'
 author = 'Nguyễn Gia Phong'
 author-email = 'mcsinyx@disroot.org'
 home-page = 'https://github.com/McSinyx/brutalmaze'
-requires = ['appdirs', 'pygame>=1.9', 'setuptools']
+requires = ['appdirs', 'palace', 'pygame>=1.9', 'setuptools']
 description-file = 'README.rst'
 classifiers = [
     'Development Status :: 4 - Beta',
@@ -28,5 +28,4 @@ license = 'AGPLv3+'
 brutalmaze = "brutalmaze.game:main"
 
 [tool.flit.sdist]
-include = ['wiki']
 exclude = ['docs']