8000 Update · pytorch/pytorch@662f4b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 662f4b4

Browse files
committed
Update
[ghstack-poisoned]
1 parent 0b6c4d7 commit 662f4b4

File tree

1 file changed

+9
-0
lines changed
  • test/cpp_extensions/open_registration_extension/torch_openreg

1 file changed

+9
-0
lines changed

test/cpp_extensions/open_registration_extension/torch_openreg/pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ authors = [{ name = "PyTorch Team", email = "packages@pytorch.org" }]
1818
dependencies = [
1919
"torch",
2020
]
21+
# Add classifiers info for making lint happy
22+
classifiers = [
23+
"Development Status :: 4 - Beta",
24+
"Topic :: Software Development",
25+
"Topic :: Software Development :: Libraries",
26+
"Topic :: Software Development :: Libraries :: Python Modules",
27+
"Programming Language :: C++",
28+
"Programming Language :: Python :: 3 :: Only",
29+
]
2130

2231
[project.urls]
2332
Homepage = "https://pytorch.org"

0 commit comments

Comments
 (0)
0