MonkeyCanCode commented on PR #3318: URL: https://github.com/apache/polaris/pull/3318#issuecomment-3684893125
> Here is the METADATA that will be in 3.3.1: > > ``` > Metadata-Version: 2.4 > Name: pyparsing > Version: 3.3.1 > Summary: pyparsing - Classes and methods to define and execute parsing grammars > Author-email: Paul McGuire <[email protected]> > Requires-Python: >=3.9 > Description-Content-Type: text/x-rst > License-Expression: MIT > Classifier: Development Status :: 5 - Production/Stable > Classifier: Intended Audience :: Developers > Classifier: Intended Audience :: Information Technology > Classifier: Operating System :: OS Independent > Classifier: Programming Language :: Python > Classifier: Programming Language :: Python :: 3 > Classifier: Programming Language :: Python :: 3.9 > Classifier: Programming Language :: Python :: 3.10 > Classifier: Programming Language :: Python :: 3.11 > Classifier: Programming Language :: Python :: 3.12 > Classifier: Programming Language :: Python :: 3.13 > Classifier: Programming Language :: Python :: 3.14 > Classifier: Programming Language :: Python :: 3 :: Only > Classifier: Programming Language :: Python :: Implementation :: CPython > Classifier: Programming Language :: Python :: Implementation :: PyPy > Classifier: Topic :: Software Development :: Compilers > Classifier: Topic :: Text Processing > Classifier: Typing :: Typed > License-File: LICENSE > Requires-Dist: railroad-diagrams ; extra == "diagrams" > Requires-Dist: jinja2 ; extra == "diagrams" > Project-URL: Homepage, https://github.com/pyparsing/pyparsing/ > Provides-Extra: diagrams > ``` > > The License classifier was flagged for me earlier as deprecated, so I have removed it. I'm hoping the License-Expression entry will be a suitable replacement. Yes, License expression entry is good to use. Thanks for the quick fix. Will close this one once 3.3.1 is out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
