File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments