-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
31 lines (29 loc) · 1002 Bytes
/
setup.cfg
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 = sc8pr
version = 3.0.4
author = D.G. MacCarthy
author_email = sc8pr.py@gmail.com
url = https://dmaccarthy.github.io/sc8pr
description = A simple framework for new and experienced Python programmers to create animations, games, robotics simulations, and other graphics-based programs
long_description = file: README.md
long_description_content_type = text/markdown
keywords = graphics animation sprite gui robotics pygame educational
license = GPLv3
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Education
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: pygame
Topic :: Multimedia :: Graphics
Topic :: Education
Topic :: Games/Entertainment
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires = pygame>=1.9.2,<3
python_requires = >=3.7
[options.package_data]
sc8pr = *.data