File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ dynamic = ["version"]
88description = " PyDASA is a Python library for dimensional analysis using the Buckingham Pi theorem across scientific and engineering domains."
99readme = " README.md"
1010requires-python = " >=3.10"
11- license = " GPL-3.0-or-later"
11+ license = { text = " GPL-3.0-or-later" }
1212authors = [
1313 {name = " @SFAM" , email = " sa-artea@uniandes.edu.co" }
1414]
1515classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments