From 95da899f079c805109427db3a99f218aa5c992dd Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 11 Feb 2023 20:20:48 +0100 Subject: Modernize packaging Signed-off-by: Olivier Gayot --- setup.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..1298f8d --- /dev/null +++ b/setup.cfg @@ -0,0 +1,20 @@ +[metadata] +name = cameltris +version = 0.1 +author = Olivier Gayot +author_email = olivier.gayot@sigexec.com + +description = "Tetris clone" +url = https://git.sigexec.com/cgit.cgi/cameltris.git +classifiers = + Programming Language :: Python :: 3 + License :: BSD-3 + Operating System :: POSIX :: Linux + +[options] +packages = find: +python_requires = >= 3.9 + +[options.entry_points] +console_scripts = + cameltris = cameltris.__main__:main -- cgit v1.2.3