Skip to content

Commit bfc7eec

Browse files
committed
fix: add missing license classifier to pyproject.toml for proper PyPI badge display
1 parent 272ce6a commit bfc7eec

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.19][0.6.19] - 2026-02-20
9+
10+
### Fixed
11+
12+
- Added missing license classifier to pyproject.toml for proper PyPI license badge display
13+
814
## [0.6.18][0.6.18] - 2026-02-20
915

1016
### Fixed
@@ -704,6 +710,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
704710

705711
Experimentation phase before formal semantic versioning, establishing core dimensional analysis concepts and data structures.
706712

713+
[0.6.19]: https://github.com/DASA-Design/PyDASA/compare/v0.6.18...v0.6.19
707714
[0.6.18]: https://github.com/DASA-Design/PyDASA/compare/v0.6.15...v0.6.18
708715
[0.6.15]: https://github.com/DASA-Design/PyDASA/compare/v0.6.13...v0.6.15
709716
[0.6.13]: https://github.com/DASA-Design/PyDASA/compare/v0.6.12...v0.6.13

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Development Status :: 3 - Alpha",
20+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
2021
"Operating System :: OS Independent",
2122
"Intended Audience :: Science/Research",
2223
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)