Skip to content

Commit a077e47

Browse files
committed
fix: update license format in pyproject.toml and add GPLv3+ classifier
1 parent b97ef49 commit a077e47

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
[![PyPI](https://img.shields.io/pypi/v/pydasa?cache=none)](https://pypi.org/project/pydasa/) [![Python Version](https://img.shields.io/pypi/pyversions/pydasa)](https://pypi.org/project/pydasa/) [![License](https://img.shields.io/github/license/DASA-Design/PyDASA)](https://github.com/DASA-Design/PyDASA/blob/main/LICENSE) [![Documentation Status](https://readthedocs.org/projects/pydasa/badge/?version=latest)](https://pydasa.readthedocs.io) [![codecov](https://codecov.io/gh/DASA-Design/PyDASA/graph/badge.svg)](https://codecov.io/gh/DASA-Design/PyDASA)
5+
[![PyPI](https://img.shields.io/pypi/v/pydasa?cache=none)](https://pypi.org/project/pydasa/) [![Python Version](https://img.shields.io/pypi/pyversions/pydasa)](https://pypi.org/project/pydasa/) [![License](https://img.shields.io/github/license/DASA-Design/PyDASA)](https://github.com/DASA-Design/PyDASA/blob/main/LICENSE) [![Documentation Status](https://readthedocs.org/projects/pydasa/badge/?version=latest)](https://pydasa.readthedocs.io)[![codecov](https://codecov.io/github/DASA-Design/PyDASA/graph/badge.svg?token=UZFT3CURK1)](https://codecov.io/github/DASA-Design/PyDASA)
66

77
</div>
88

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PyDASA
2222
:target: https://pydasa.readthedocs.io
2323
:alt: Documentation Status
2424

25-
.. |coverage| image:: https://codecov.io/gh/DASA-Design/PyDASA/graph/badge.svg
25+
.. |coverage| image:: https://codecov.io/github/DASA-Design/PyDASA/graph/badge.svg?token=UZFT3CURK1
2626
:target: https://codecov.io/gh/DASA-Design/PyDASA
2727
:alt: Coverage
2828

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ dynamic = ["version"]
88
description = "PyDASA is a Python library for dimensional analysis using the Buckingham Pi theorem across scientific and engineering domains."
99
readme = "README.md"
1010
requires-python = ">=3.10"
11-
license = "GPL-3.0-or-later"
11+
license = {text = "GPL-3.0-or-later"}
1212
authors = [
1313
{name = "@SFAM", email = "sa-artea@uniandes.edu.co"}
1414
]
1515
classifiers = [
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
19+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1920
"Development Status :: 3 - Alpha",
2021
"Operating System :: OS Independent",
2122
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)