Skip to content

Commit d31afa6

Browse files
committed
fix: remove duplicate license classifier from pyproject.toml and update setup.py to reference it
1 parent bfc7eec commit d31afa6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ 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+)",
2120
"Operating System :: OS Independent",
2221
"Intended Audience :: Science/Research",
2322
"Intended Audience :: Developers",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def read_long_description() -> str:
4343
url="https://github.com/DASA-Design/PyDASA",
4444
author="@SFAM",
4545
author_email="sa-artea@uniandes.edu.co",
46-
# NOTE keep check classifiers!!!
47-
license="GPL-3.0-or-later",
46+
# NOTE: license is defined in pyproject.toml to avoid conflict
47+
# license="GPL-3.0-or-later",
4848
classifiers=[
4949
"Programming Language :: Python :: 3.10",
5050
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)