Thanks, I've applied the patches. I modified the README update to drop
the brackets from the subjectPrefix since that corrupts the header.
On 8/16/23 13:13, Hugo Osvaldo Barrera wrote:
> See: https://git.sr.ht/~martijnbraam/lsplug/commit/2f175185620fc948603721ff22ab4acc9e278aaf> ---> setup.py | 1 +> 1 file changed, 1 insertion(+)>> diff --git a/setup.py b/setup.py> index 3cf115a..d63adce 100644> --- a/setup.py> +++ b/setup.py> @@ -7,6 +7,7 @@ setup(name='lsplug',> author='Martijn Braam',> author_email='martijn@brixit.nl',> packages=['lsplug'],> + classifiers=[> 'License :: OSI Approved :: MIT License',> ],> entry_points={
On Wed, 16 Aug 2023, at 14:10, Martijn Braam wrote:
> Thanks, I've applied the patches. I modified the README update to drop > the brackets from the subjectPrefix since that corrupts the header.>
Right, it seems that the braces are not required.
I'll keep it in mind.
Cheers,
--
Hugo