about summary refs log tree commit diff homepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-05 15:36:54 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-05 15:57:38 +0700
commit8166f2665aa46beb842202821fdc2cfff4a01954 (patch)
treeb45fe233900af26d51d8e98c741941d09b158a46 /pyproject.toml
parent91e5d148da7e6ef4488c08c284ef4b770352d413 (diff)
downloadbrutalmaze-8166f2665aa46beb842202821fdc2cfff4a01954.tar.gz
Retire pkg_resources 1.0.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7f80517..05d26cf 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', 'setuptools']
+requires = ['appdirs', 'palace', 'pygame>=2']
 description-file = 'README.rst'
 classifiers = [
     'Development Status :: 5 - Production/Stable',
@@ -29,4 +29,4 @@ license = 'AGPLv3+'
 Documentation = 'https://brutalmaze.rtfd.io'
 
 [tool.flit.entrypoints.console_scripts]
-brutalmaze = 'brutalmaze.game:main'
+brutalmaze = 'brutalmaze.__main__:main'