Skip to content

Commit e88a06b

Browse files
authored
Fix license id in setup.py
1 parent c008488 commit e88a06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ def main():
14921492
f"Programming Language :: Python :: 3.{i}"
14931493
for i in range(python_min_version[1], version_range_max)
14941494
],
1495-
license="BSD-3",
1495+
license="BSD-3-Clause",
14961496
keywords="pytorch, machine learning",
14971497
)
14981498
if EMIT_BUILD_WARNING:

0 commit comments

Comments
 (0)