django-afip icon indicating copy to clipboard operation
django-afip copied to clipboard

Licence in pyproject is problematic

Open WhyNotHugo opened this issue 5 months ago • 0 comments

The syntax that we're using works with recent versions of setuptools, but not older versions.

There doesn't seem to be a single syntax with works for all versions. We'll likely have to pin a higher setuptools version to work around this. Not sure how this will work out when testing with older distributions.

WhyNotHugo avatar May 20 '25 22:05 WhyNotHugo