1 Star 0 Fork 1

shawnwu/pythonnet

forked from 曹y/pythonnet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Benedikt Reinartz 提交于 2023-09-27 13:00 . Add 3.12 to CI and metadata
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "pythonnet"
description = ".NET and Mono integration for Python"
license = {text = "MIT"}
readme = "README.rst"
dependencies = [
"clr_loader>=0.2.6,<0.3.0"
]
requires-python = ">=3.7, <3.13"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: C#",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
]
dynamic = ["version"]
[[project.authors]]
name = "The Contributors of the Python.NET Project"
email = "pythonnet@python.org"
[project.urls]
Homepage = "https://pythonnet.github.io/"
Sources = "https://github.com/pythonnet/pythonnet"
[tool.setuptools]
zip-safe = false
py-modules = ["clr"]
[tool.setuptools.dynamic.version]
file = "version.txt"
[tool.setuptools.packages.find]
include = ["pythonnet*"]
exclude = [".gitignore"]
[tool.pytest.ini_options]
xfail_strict = true
testpaths = [
"tests"
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/webshare520/pythonnet.git
git@gitee.com:webshare520/pythonnet.git
webshare520
pythonnet
pythonnet
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385