-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
37 lines (33 loc) · 933 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
32
33
34
35
36
[metadata]
name = stratego
author = Michael Aichmueller
author_email = [email protected]
description = A Python Framework for AI development on the board game Stratego
long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
keywords = stratego, ai, artificial, intelligence, rl, reinforcement, learning, board game
license = MIT
url = https://github.com/maichmueller/stratego
classifiers =
Operating System :: POSIX :: Linux
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
package_dir=
=src
packages = find:
;cmake_install_dir=src/stratego
zip_safe = False
include_package_data = True
install_requires =
numpy
torch
matplotlib
tqdm
colorama
[options.packages.find]
where=src
[options.package_data]
* = *.txt, *.rst