Skip to content

Commit a256cfd

Browse files
authored
Merge pull request #51 from QTC-UMD/license_specification
Update license specification to PEP-639 standard
2 parents 4809580 + 244d9b3 commit a256cfd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1718
Bug Fixes
1819
+++++++++

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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*"]
3031
classifiers = [
3132
"Development Status :: 5 - Production/Stable",
32-
"License :: OSI Approved :: Apache Software License",
3333
"Programming Language :: Python :: 3 :: Only",
3434
]
3535
requires-python = ">= 3.8"

0 commit comments

Comments
 (0)