Skip to content

Commit 62e7751

Browse files
committed
fix: Update license name
1 parent 3530553 commit 62e7751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
{name = "Rhys Thomas"},
1111
{name = "João Quinta da Fonseca"},
1212
]
13-
license = {text = "Apache 2.0 License"}
13+
license = "Apache-2.0"
1414
description = "A python library for correlating EBSD and HRDIC data."
1515
readme = "README.md"
1616
keywords = ["EBSD", "HRDIC", "deformation", "crystal", "correlative analysis"]
@@ -19,7 +19,6 @@ classifiers = [
1919
"Topic :: Scientific/Engineering",
2020
"Topic :: Scientific/Engineering :: Information Analysis",
2121
"Development Status :: 5 - Production/Stable",
22-
"License :: OSI Approved :: Apache Software License",
2322
"Natural Language :: English",
2423
"Operating System :: OS Independent",
2524
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)