Hi Collin,
> What do you think of the attached patch?
Looks good, and passes the test suite. => Applied.
> from pygnulib import __author__, __copyright__
>
> to get them from __init__.py.
That seems to work, yes.
Thanks!
Bruno
On 4/19/24 10:07 AM, Bruno Haible wrote:
> Yeah, it seems redundant. You will surely find out whether doing so
> triggers some warnings from pylint, PyCharm, or other tools...
What do you think of the attached patch?
I tried to find out more about these variables but they are only
mentioned brief
Hi Collin,
> If I am remembering how __init__.py works correctly,
> we should be able to remove the __copyright__, __author__, and
> __license__ definitions from constants.py and the rest of the files.
Yeah, it seems redundant. You will surely find out whether doing so
triggers some warnings from
Hi Bruno,
On 4/19/24 8:49 AM, Bruno Haible wrote:
> This patch changes the './gnulib-tool.py --version' output to end like this:
>
> Written by Bruno Haible, Paul Eggert, Simon Josefsson, Dmitry Selyutin, and
> Collin Funk.
Thanks. I think I can consider myself famous now. :)
> Also, in pygn