diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e1aea..c0e77ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -168,3 +168,4 @@ This was a overhaul of large sections of the code and many changes/additions hav - Fixes to quat class: - Construction from axis/angle now in passive sense not just a conversion. - Fix big with transform vector where -ve vector was returned in some cases due to intermediate quat being transformed to northern hemisphere. + diff --git a/pyproject.toml b/pyproject.toml index 487e26f..2682908 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Rhys Thomas"}, {name = "João Quinta da Fonseca"}, ] -license = {text = "Apache 2.0 License"} +license = {text = "Apache-2.0"} description = "A python library for correlating EBSD and HRDIC data." readme = "README.md" keywords = ["EBSD", "HRDIC", "deformation", "crystal", "correlative analysis"] @@ -19,7 +19,6 @@ classifiers = [ "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Information Analysis", "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3",