Ofek Lev
Ofek Lev
Example usage: https://github.com/pydantic/pydantic/blob/4d7bef62aeff10985fe67d13477fe666b13ba070/pyproject.toml#L83-L97
> I don't know if hatching has a setting for Python version only No there is no such option. You can either infer the most specific tag or set the...
If the data file way is acceptable to folks, here is Jupyter talking about their new/modern way they distribute extensions with Hatchling using that same concept https://blog.jupyter.org/packaging-for-jupyter-in-2022-c7be64c38926
You can use the [`shared-data`](https://hatch.pypa.io/latest/plugins/builder/wheel/#options) option, for example: https://github.com/jupyter/notebook/blob/4e6282c1e522dd6358ac0235365885188a2ca031/pyproject.toml#L83-L86
Would that way support conditional logic? Just asking because I'm unfamiliar with the limitations of typing
I mean that the data is contingent upon what the URL field is
I think it's more dynamic and based on the top level `url` key as seen here https://packaging.python.org/en/latest/specifications/direct-url-data-structure/#examples
The tutorial works perfectly if you follow it as-is (as recommended). The following line may be misleading: > The directory containing the Python files should match the project name. The...
Based on advice from @kennethreitz I have significantly uncluttered the readme https://github.com/ofek/hatch#usage
@potiuk Hey! Airflow's `setup.py` looks quite complex which intrigues me. Would you be interested in me opening a PR for a PoC switch to Hatchling (which will fix your issue)?