1

In setuptools I was used to do the following:

[tool.setuptools]
license-files = ["LICENSE.txt"]

How can I do the same using hatch ?

Pierrick Rambaud
  • 1,726
  • 1
  • 20
  • 47
  • Hatch's documentation is surprising wanting. If you're flexible about your build system, this is trivial to do in [poetry](https://python-poetry.org/), which is comparatively more feature rich and much better documentation. – Brian61354270 Aug 21 '23 at 00:20

0 Answers0