SAP / sqlalchemy-hana

SQLAlchemy Dialect for SAP HANA
Apache License 2.0
128 stars 56 forks source link

Remove "Programming Language" lables from pyproject.toml #290

Closed kasium closed 3 months ago

kasium commented 3 months ago

Seems like pypi can understand the python version automatically. Let's check and remove the labels

kasium commented 3 months ago

@maurerle you had the point in the eralchemy meeting that the classifiers are no longer needed. Do you recall if there is any documentation for this?

maurerle commented 3 months ago

Oh I just double-checked and found out that this is a poetry-only feature: https://python-poetry.org/docs/pyproject/#classifiers

it is not mentioned here: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#classifiers

And https://pypi.org/project/eralchemy2/ does not include these classifiers since I switched back to setuptools.. :)

maurerle commented 3 months ago

But the license classifier is set from the version argument at least.. :)

kasium commented 3 months ago

Thanks for checking!