Skip to content

Commit a2bca34

Browse files
committed
Fix license metadata in setup.py
1 parent 89ad93e commit a2bca34

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ and this project adheres to [Calendar Versioning](https://calver.org/)
2828
forever and now raise a communication timeout error.
2929
* Implemented encoding and parsing rules for `DateData` and `TimeData`, including
3030
support for `datetime` inputs and all-ones wildcard values mapping to `None`.
31+
* Corrected package metadata license in `setup.py` to match the Business Source
32+
License 1.1 used by the project.
3133

3234
### Security
3335

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def run(self):
120120
install_requires=REQUIRED,
121121
extras_require=EXTRAS,
122122
include_package_data=True,
123-
license="MIT",
123+
license="Business Source License 1.1",
124124
zip_safe=False,
125125
keywords="AMR, Metering, smart meters, MDM, dlms, cosem",
126126
classifiers=CLASSIFIERS,

0 commit comments

Comments
 (0)