about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-29 23:28:31 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-29 23:28:31 +0700
commitc8ec577a9c2075099617028e9e90972117337ead (patch)
tree8c0c5143951358ea6a9770ddacc7c414f7a731fb
parent1aa1b5cbd1457365ad6a9cf0b1e20440d31d009e (diff)
downloadbrutalmaze-c8ec577a9c2075099617028e9e90972117337ead.tar.gz
Release 0.9.4 0.9.4
-rw-r--r--README.rst4
-rw-r--r--brutalmaze/__init__.py2
-rw-r--r--docs/source/install.rst2
-rw-r--r--docs/source/remote.rst2
-rw-r--r--pyproject.toml2
5 files changed, 5 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 9a6b11a..0a90678 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ the more will show up and our hero will get weaker when wounded.
 Brutal Maze has a few notable features:
 
 * Being highly portable.
-* Auto-generated and infinite maze. [0]_
+* Auto-generated and infinite maze.
 * No binary data for drawing.
 * Enemies with special abilities: stun, poison, camo, etc.
 * Somewhat a realistic physic and logic system.
@@ -110,8 +110,6 @@ running there.
 This project also uses Tango color palette and several sound effects, whose
 authors and licenses are listed in the Copying_ page in our documentation.
 
-.. [0] Broken on vanilla pygame on GNU/Linux.  For workarounds, see issue
-   `#3 <https://git.disroot.org/McSinyx/brutalmaze/issues/3>`_.
 .. [1] This can be copied to desired location by ``brutalmaze --write-config
    PATH``.  ``brutalmaze --write-config`` alone will print the file to stdout.
 .. [2] These will be listed as fallback config in the help message
diff --git a/brutalmaze/__init__.py b/brutalmaze/__init__.py
index 538c489..ce4296a 100644
--- a/brutalmaze/__init__.py
+++ b/brutalmaze/__init__.py
@@ -1,3 +1,3 @@
-"""Minimalist thrilling shoot 'em up game with minimalist art style"""
+"""Minimalist thrilling shoot 'em up game"""
 
 from .game import __version__
diff --git a/docs/source/install.rst b/docs/source/install.rst
index 939bdaf..72889fa 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -27,7 +27,7 @@ Install from Source
 
 If you want to tweak the game or contribute, clone the git repository::
 
-   git clone https://git.disroot.org/McSinyx/brutalmaze.git
+   git clone https://git.sr.ht/~cnx/brutalmaze
 
 Then install it using ``pip``, like so::
 
diff --git a/docs/source/remote.rst b/docs/source/remote.rst
index ddca8db..c0c7fd8 100644
--- a/docs/source/remote.rst
+++ b/docs/source/remote.rst
@@ -220,7 +220,7 @@ There are samples of client implementations in different languages in
 the client-examples_ directory (more are coming).
 
 .. _client-examples: 
-   https://git.disroot.org/McSinyx/brutalmaze/src/branch/master/client-examples
+   https://git.sr.ht/~cnx/brutalmaze/tree/main/item/client-examples
 
 .. |204a87| image:: images/204a87.png
 .. |3465a4| image:: images/3465a4.png
diff --git a/pyproject.toml b/pyproject.toml
index 2f8cd67..38f30d2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = 'flit_core.buildapi'
 module = 'brutalmaze'
 author = 'Nguyễn Gia Phong'
 author-email = 'mcsinyx@disroot.org'
-home-page = 'https://git.disroot.org/McSinyx/brutalmaze'
+home-page = 'https://sr.ht/~cnx/brutalmaze'
 requires = ['appdirs', 'palace', 'pygame>=1.9', 'setuptools']
 description-file = 'README.rst'
 classifiers = [