In setuptools I was used to do the following:
[tool.setuptools]
license-files = ["LICENSE.txt"]
How can I do the same using hatch ?
In setuptools I was used to do the following:
[tool.setuptools]
license-files = ["LICENSE.txt"]
How can I do the same using hatch ?