Skip to content

Commit 8cc6c38

Browse files
committed
Fix pyproject.toml license
Gets rid of the 'deprecated' warnings that pop up multiple times during build/install
1 parent 25b3d63 commit 8cc6c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ readme = "README-wheel.md"
2121
authors = [
2222
{name="PyTorch Team", email="[email protected]"},
2323
]
24-
license = {file = "LICENSE"}
24+
license = "BSD-3-Clause"
25+
license-files = ["LICENSE"]
2526
keywords = ["pytorch", "machine learning"]
2627
# PyPI package information.
2728
classifiers = [
@@ -33,7 +34,6 @@ classifiers = [
3334
"Intended Audience :: Developers",
3435
"Intended Audience :: Education",
3536
"Intended Audience :: Science/Research",
36-
"License :: OSI Approved :: BSD License",
3737
"Topic :: Scientific/Engineering",
3838
"Topic :: Scientific/Engineering :: Mathematics",
3939
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)