mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156021 Approved by: https://github.com/Skylion007
23 lines
579 B
TOML
23 lines
579 B
TOML
[build-system]
|
|
requires = ["setuptools>=77"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "coverage-plugins"
|
|
version = "0.0.1"
|
|
description = "Plug-in to coverage for PyTorch JIT"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
authors = [{ name = "PyTorch Team", email = "packages@pytorch.org" }]
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/pytorch/pytorch"
|
|
"Issue Tracker" = "https://github.com/pytorch/pytorch/issues"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|