Skip to content

Commit d8504ab

Browse files
committed
fix: correct typo in setup.py comments and adjust formatting for clarity
1 parent dd8672b commit d8504ab

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ 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: license is defined in pyproject.toml to avoid conflict
46+
# NOTE: theee tags are defined in pyproject.toml to avoid conflict
4747
# license="GPL-3.0-or-later",
48-
classifiers=[
49-
"Programming Language :: Python :: 3.10",
50-
"Programming Language :: Python :: 3.11",
51-
"Programming Language :: Python :: 3.12",
52-
"Development Status :: 3 - Alpha",
53-
"Operating System :: OS Independent",
54-
"Intended Audience :: Science/Research",
55-
"Intended Audience :: Developers",
56-
"Topic :: Scientific/Engineering",
57-
],
48+
# classifiers=[
49+
# "Programming Language :: Python :: 3.10",
50+
# "Programming Language :: Python :: 3.11",
51+
# "Programming Language :: Python :: 3.12",
52+
# "Development Status :: 3 - Alpha",
53+
# "Operating System :: OS Independent",
54+
# "Intended Audience :: Science/Research",
55+
# "Intended Audience :: Developers",
56+
# "Topic :: Scientific/Engineering",
57+
# ],
5858
# install_requires=[
5959
# "antlr4-python3-runtime==4.11",
6060
# "numpy>=1.26.4",

0 commit comments

Comments
 (0)