@@ -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