diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-29 23:28:31 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-29 23:28:31 +0700 |
commit | c8ec577a9c2075099617028e9e90972117337ead (patch) | |
tree | 8c0c5143951358ea6a9770ddacc7c414f7a731fb /pyproject.toml | |
parent | 1aa1b5cbd1457365ad6a9cf0b1e20440d31d009e (diff) | |
download | brutalmaze-c8ec577a9c2075099617028e9e90972117337ead.tar.gz |
Release 0.9.4 0.9.4
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |