Skip to content
Snippets Groups Projects
Select Git revision
  • 0f38a63bc467ea41b12f686d78c250d0f520ba91
  • master default protected
  • 4.22
  • develop protected
  • 4.22.1 protected
5 results

DoorOverlay.uasset

Blame
  • 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