-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
67 lines (64 loc) · 1.93 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[metadata]
name = rubato
version = v1.0.0
url = https://rubato.app
download_url = https://docs.rubato.app/latest/intro
project_urls =
Source = https://github.com/rubatopy/rubato
Issue Tracker = https://github.com/rubatopy/rubato/issues
Documentation = https://docs.rubato.app
author = Martin Chaperot, Yamm Elnekave, Tomer Sedan
author_email = info@rubato.app
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Education
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Topic :: Education
Topic :: Games/Entertainment
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Libraries
Typing :: Typed
license = GPL-3.0
description = A lightweight, developer-first game engine built for Python.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = rubato, game development, education, game engine, engine, physics, sdl, sdl2
[options]
install_requires =
PySDL2==0.9.*
Cython==3.0.0a11
pysdl2-dll==2.24.*
pytiled-parser==2.2.*
python_requires = >=3.10
packages = find:
[options.extras_require]
dev =
pylint==2.12.*
yapf==0.32.*
pytest==7.1.*
pytest-cov==3.0.*
psutil==5.9.*
pyinstaller==5.*
twine
build
docs =
Sphinx==5.1.*
sphinx-autobuild==2021.3.*
furo==2022.6.*
sphinx-autodoc-typehints==1.16.*
sphinx-copybutton==0.5.*
sphinx-sitemap==2.2.*
sphinx_inline_tabs==2022.1.2b11
sphinxext-opengraph==0.5.*
sphinx-design==0.2.*
sphinx-toolbox==3.2.0
enum_tools==0.9.*
[options.entry_points]
pyinstaller40 =
hook-dirs = rubato.__pyinstaller:get_hook_dirs