File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Improvements
1313- Added the `Solution.complex_rho ` property which provides ready conversion of the solved
1414 density matrices into the complex basis with ground state present.
1515- Made project `uv ` compatible and added installation docs describing how to use it.
16+ - Updated license metadata to follow PEP 639 standard
1617
1718Bug Fixes
1819+++++++++
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ keywords = [
2626 " atomic-sensors" ,
2727 " electrometry" ,
2828]
29- license = {text = " Apache" }
29+ license = " Apache-2.0"
30+ license-files = [" LICEN[CS]E*" ]
3031classifiers = [
3132 " Development Status :: 5 - Production/Stable" ,
32- " License :: OSI Approved :: Apache Software License" ,
3333 " Programming Language :: Python :: 3 :: Only" ,
3434]
3535requires-python = " >= 3.8"
You can’t perform that action at this time.
0 commit comments