You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have played with that, but with mixed success; with some of my projects this works fine but with some others not, with no apparent difference between the 2 use cases
also, about data_files, for now all my attempts have failed with this one
So I guess my first question is maybe just this:
when opting for hatchling as the build tool like I did, can I still leverage these 2 setuptools features like I am trying to do ?
my first understanding was that not, but maybe the answer is more complex than just yes or no, does it depend on other settings ?
I feel like I don't have a clear understanding of how this is supposed to be used...
The text was updated successfully, but these errors were encountered:
I am transitioning some old
setup.py
-based projects topyproject.toml
and for now I have been usinghatchling
as a build toolI am facing the issue of translating to hatch 2 constructions that were supported previously with
setup.py
:package_data
: typically to copy over some stuff under the package installed repodata_files
: typically to install stuff at some completely other location - think /etc/ or similarI have read about dealing with the first category using this in
pyproject.toml
I have played with that, but with mixed success; with some of my projects this works fine but with some others not, with no apparent difference between the 2 use cases
also, about
data_files
, for now all my attempts have failed with this oneSo I guess my first question is maybe just this:
when opting for hatchling as the build tool like I did, can I still leverage these 2
setuptools
features like I am trying to do ?my first understanding was that not, but maybe the answer is more complex than just yes or no, does it depend on other settings ?
I feel like I don't have a clear understanding of how this is supposed to be used...
The text was updated successfully, but these errors were encountered: