We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b3d63 commit 9a15e25Copy full SHA for 9a15e25
pyproject.toml
@@ -21,7 +21,8 @@ readme = "README-wheel.md"
21
authors = [
22
{name="PyTorch Team", email="[email protected]"},
23
]
24
-license = {file = "LICENSE"}
+license = "BSD-2-Clause"
25
+license-files = ["LICENSE"]
26
keywords = ["pytorch", "machine learning"]
27
# PyPI package information.
28
classifiers = [
@@ -33,7 +34,6 @@ classifiers = [
33
34
"Intended Audience :: Developers",
35
"Intended Audience :: Education",
36
"Intended Audience :: Science/Research",
- "License :: OSI Approved :: BSD License",
37
"Topic :: Scientific/Engineering",
38
"Topic :: Scientific/Engineering :: Mathematics",
39
"Topic :: Scientific/Engineering :: Artificial Intelligence",
0 commit comments