Skip to content

Commit 0489a49

Browse files
authored
Merge pull request #48 from musicinmybrain/license-metadata
Correct license trove classifier from MIT to BSD
2 parents 77a2594 + 75a06c9 commit 0489a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"Intended Audience :: Science/Research",
3535
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3636
"Programming Language :: Python :: 3",
37-
"License :: OSI Approved :: MIT License",
37+
"License :: OSI Approved :: BSD License",
3838
"Operating System :: OS Independent"
3939
]
4040
dynamic = ["version"]

0 commit comments

Comments
 (0)