Select Git revision
DoorOverlay.uasset
setup.cfg 522 B
[metadata]
name = gymcts
author = Alexander Nasuta
license = MIT
license_files = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.11
[options]
packages =
gymcts
python_requires = >=3.11
package_dir =
=src
zip_safe = no
[options.extras_require]
testing =
pytest>=6.0
pytest-cov>=2.0
mypy>=0.910
flake8>=3.9
tox>=3.24
[flake8]
max-line-length = 160