-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (42 loc) · 1.17 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
[metadata]
name = pysimgame
version = 0.1
author = Lionel42
maintainer = Lionel42
maintainer_email = [email protected]
description = View, interact and play with simulations using pygame.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ScienceGamez/pysimgame
license = WTFPL - Do What the Fuck You Want to Public License
license_files = LICENCE
project_urls =
Source Code = https://github.com/ScienceGamez/pysimgame
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
License :: Public Domain
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Games/Entertainment :: Simulation
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Libraries :: pygame
Typing :: Typed
[options]
packages = find:
install_requires =
pygame >= 2.0.0
pysd >= 1.11.0
pygame_gui >= 0.6.0
pygame_matplotlib
gitpython
pyside6-essentials
python_requires = >=3.10
tests_require =
unittest
[options.packages.find]
include_package_data = True
exclude =
tests*
[options.package_data]
* = *.json