From 8166f2665aa46beb842202821fdc2cfff4a01954 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 5 Aug 2021 15:36:54 +0700 Subject: Retire pkg_resources --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') 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' -- cgit 1.4.1