a70ee58ae1
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
7 lines
218 B
Python
7 lines
218 B
Python
from hatchling.builders.hooks.plugin.interface import BuildHookInterface
|
|
|
|
|
|
class LiteraryBuildHook(BuildHookInterface):
|
|
def initialize(self, version, build_data):
|
|
build_data["dependencies"].append("anyio")
|