3 Star 2 Fork 1

Gitee 极速下载/PyBoy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Baekalfen/PyBoy
克隆/下载
pyproject.toml 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
Mads Ynddal 提交于 2024-06-12 20:32 . Bump version to v2.2.0
[project]
name = "pyboy"
version = "2.2.0"
authors = [
{name = "Mads Ynddal", email = "[email protected]"}
]
keywords = ["gameboy", "game boy", "emulator", "cython", "pypy"]
description = "Game Boy emulator written in Python"
readme = "README.md"
license = {file = "LICENSE.md"}
classifiers = [
"License :: Free for non-commercial use",
"Operating System :: OS Independent",
"Programming Language :: Cython",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: System :: Emulators",
]
requires-python = ">=3.8"
dependencies = [
"numpy",
"pysdl2",
"pysdl2-dll",
]
[project.optional-dependencies]
all = [
"pyopengl",
"markdown",
"pdoc3",
"gym",
]
[project.urls]
Homepage = "https://github.com/Baekalfen/PyBoy"
Documentation = "https://docs.pyboy.dk/index.html"
Repository = "https://github.com/Baekalfen/PyBoy.git"
[project.scripts]
pyboy = "pyboy.__main__:main"
[build-system]
requires = [
"setuptools>=61.0.0",
"wheel",
"cython>=3.0.6,!=3.0.10; platform_python_implementation == 'CPython'",
"numpy",
]
build-backend = "setuptools.build_meta"
[tool.setuptools]
include-package-data = true
zip-safe = false
packages = ["pyboy", "pyboy.api", "pyboy.core", "pyboy.core.cartridge", "pyboy.logging", "pyboy.plugins"]
[tool.setuptools.package-data]
"*" = [
"**/*.pxi",
"**/*.pyx",
"**/*.pxd",
"**/bootrom*.bin",
"**/font.txt"
]
[tool.isort]
line_length = 120
[tool.yapf]
based_on_style = "facebook"
spaces_before_comment = 1
column_limit = 120
align_closing_bracket_with_visual_indent = false
dedent_closing_brackets = true
coalesce_brackets = true
indent_closing_brackets = false
indent_dictionary_value = true
join_multiple_lines = false
split_penalty_after_opening_bracket = 0
split_penalty_before_if_expr = 30
split_penalty_for_added_line_split = 30
split_before_logical_operator = false
split_before_bitwise_operator = false
arithmetic_precedence_indication = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/PyBoy.git
[email protected]:mirrors/PyBoy.git
mirrors
PyBoy
PyBoy
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385