-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (26 loc) · 782 Bytes
/
Copy pathsetup.cfg
File metadata and controls
31 lines (26 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
name = brick_game
version = 0.1.2
url = https://github.com/AstrophysicsAndPython/brick_game
author = Astrophysics and Python, Syed Ali Mohsin Bukhari
author_email = astrophysicsandpython@gmail.com, syedali.b@outlook.com
license = MIT
license_files = LICENSE
description = An old brick game that I played as a child.
long_description = file: README.md
long_description_content_type = "text/markdown"
[options]
package_dir =
= src
packages = find:
python_requires = ">= 3.7.*, <3.10.*"
install_requires =
pygame~=2.1.2
setuptools~=59.6.0
[options.packages.find]
where = src
classifiers =
License :: OSI Approved :: CC License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9