diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-08-10 11:27:22 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-08-10 11:28:38 +0700 |
commit | 54e258ed28d3615a146ea8380dfd83e42d582367 (patch) | |
tree | 455e501875cb7f0d08ed92aec1afe598be365ac8 /pyproject.toml | |
parent | a117b622ef0572388a4754e2ad316b61b09371ca (diff) | |
download | brutalmaze-54e258ed28d3615a146ea8380dfd83e42d582367.tar.gz |
s/appdirs/loca/ 1.1.0
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 77e06aa..864eb7c 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://sr.ht/~cnx/brutalmaze' -requires = ['appdirs', 'palace', 'pygame>=2'] +requires = ['loca', 'palace', 'pygame>=2'] description-file = 'README.rst' classifiers = [ 'Development Status :: 5 - Production/Stable', |