blob: 1298f8d663c47b395d234bbbe560f0acadc785c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|