about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-09-08 22:47:17 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-09-08 22:47:17 +0700
commitd97e1a1294ba3bc542b0611b39f86b218de935b0 (patch)
tree416ab9b8d22624c0df94237337ab768b8974c4c9
parentc61bd8acc710d1ec086246b61a545291b2d66ecb (diff)
downloadbrutalmaze-d97e1a1294ba3bc542b0611b39f86b218de935b0.tar.gz
Update git repo and nitpick
-rw-r--r--docs/source/copying.rst21
-rw-r--r--pyproject.toml7
2 files changed, 14 insertions, 14 deletions
diff --git a/docs/source/copying.rst b/docs/source/copying.rst
index 2e8be16..02f7efa 100644
--- a/docs/source/copying.rst
+++ b/docs/source/copying.rst
@@ -30,63 +30,63 @@ to draw all of its graphics.  The palette is released to the Public Domain.
 Sound Effects
 -------------
 
-Sound Effects Artist |---| Tobiasz 'unfa_' Karoń
+Sound Effects Artist---Tobiasz 'unfa_' Karoń
 
 * License: `CC BY 3.0`_
 * brutalmaze/soundfx/heart.ogg (original__)
 
 __ https://freesound.org/s/217456
 
-Sound Effects Artist |---| HappyParakeet_
+Sound Effects Artist---HappyParakeet_
 
 * License: `CC0 1.0`_
 * brutalmaze/soundfx/lose.ogg (original__)
 
 __ https://freesound.org/s/398068
 
-Sound Effects Artist |---| jameswrowles_
+Sound Effects Artist---jameswrowles_
 
 * License: `CC0 1.0`_
 * brutalmaze/soundfx/missed.ogg (original__)
 
 __ https://freesound.org/s/380641
 
-Sound Effects Artist |---| MrPork_
+Sound Effects Artist---MrPork_
 
 * License: `CC0 1.0`_
 * brutalmaze/soundfx/noise.ogg (original__)
 
 __ https://freesound.org/s/257449
 
-Sound Effects Artist |---| suspensiondigital_
+Sound Effects Artist---suspensiondigital_
 
 * License: `CC0 1.0`_
 * brutalmaze/soundfx/shot-enemy.ogg (original__)
 
 __ https://freesound.org/s/389704
 
-Sound Effects Artist |---| gusgus26_
+Sound Effects Artist---gusgus26_
 
 * License: `CC0 1.0`_
 * brutalmaze/soundfx/shot-hero.ogg (original__)
 
 __ https://freesound.org/s/121188
 
-Sound Effects Artist |---| braqoon_
+Sound Effects Artist---braqoon_
 
 * License: `CC0 1.0`_
 * brutalmaze/soundfx/slash-enemy.ogg (original__)
 
 __ https://freesound.org/s/161098
 
-Sound Effects Artist |---| Qat_
+Sound Effects Artist---Qat_
 
 * License: `CC0 1.0`_
 * brutalmaze/soundfx/slash-hero.ogg (original__)
 
 __ https://freesound.org/s/108333
 
-Sound Effects Artist |---| pepingrillin_
+Sound Effects Artist---pepingrillin_
 
 * License: `CC0 1.0`_
 * brutalmaze/soundfx/spawn.ogg (original__)
@@ -107,6 +107,3 @@ __ https://freesound.org/s/252083
 .. _braqoon: https://freesound.org/people/braqoon/
 .. _Qat: https://freesound.org/people/Qat/
 .. _pepingrillin: https://freesound.org/people/pepingrillin/
-
-.. |---| unicode:: U+2014
-   :trim:
diff --git a/pyproject.toml b/pyproject.toml
index dd5a62a..2f8cd67 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://github.com/McSinyx/brutalmaze'
+home-page = 'https://git.disroot.org/McSinyx/brutalmaze'
 requires = ['appdirs', 'palace', 'pygame>=1.9', 'setuptools']
 description-file = 'README.rst'
 classifiers = [
@@ -25,5 +25,8 @@ requires-python = '>=3.6'
 keywords = 'pygame,shmup,maze,ai-challenges'
 license = 'AGPLv3+'
 
+[tool.flit.metadata.urls]
+Documentation = 'https://brutalmaze.rtfd.io'
+
 [tool.flit.entrypoints.console_scripts]
-brutalmaze = "brutalmaze.game:main"
+brutalmaze = 'brutalmaze.game:main'