File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ source = "vcs"
3535[tool .hatch .version .raw-options ]
3636root = " .."
3737
38+ [tool .hatch .build .targets .sdist .force-include ]
39+ "../LICENSE" = " LICENSE"
40+
3841[tool .hatch .build .targets .wheel ]
3942packages = [" src/diracx" ]
4043
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ source = "vcs"
5555[tool .hatch .version .raw-options ]
5656root = " .."
5757
58+ [tool .hatch .build .targets .sdist .force-include ]
59+ "../LICENSE" = " LICENSE"
60+
5861[tool .hatch .build .targets .wheel ]
5962packages = [" src/diracx" ]
6063
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ root = ".."
3232[tool .hatch .build .targets .wheel ]
3333packages = [" src/diracx" ]
3434
35+ [tool .hatch .build .targets .sdist .force-include ]
36+ "../LICENSE" = " LICENSE"
37+
3538[tool .hatch .build .targets .wheel .force-include ]
3639"src/_diracx_client_importer.pth" = " _diracx_client_importer.pth"
3740
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ source = "vcs"
5858[tool .hatch .version .raw-options ]
5959root = " .."
6060
61+ [tool .hatch .build .targets .sdist .force-include ]
62+ "../LICENSE" = " LICENSE"
63+
6164[tool .hatch .build .targets .wheel ]
6265packages = [" src/diracx" ]
6366
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ source = "vcs"
4747[tool .hatch .version .raw-options ]
4848root = " .."
4949
50+ [tool .hatch .build .targets .sdist .force-include ]
51+ "../LICENSE" = " LICENSE"
52+
5053[tool .hatch .build .targets .wheel ]
5154packages = [" src/diracx" ]
5255
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ source = "vcs"
3939[tool .hatch .version .raw-options ]
4040root = " .."
4141
42+ [tool .hatch .build .targets .sdist .force-include ]
43+ "../LICENSE" = " LICENSE"
44+
4245[tool .hatch .build .targets .wheel ]
4346packages = [" src/diracx" ]
4447
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ source = "vcs"
6565[tool .hatch .version .raw-options ]
6666root = " .."
6767
68+ [tool .hatch .build .targets .sdist .force-include ]
69+ "../LICENSE" = " LICENSE"
70+
6871[tool .hatch .build .targets .wheel ]
6972packages = [" src/diracx" ]
7073
Original file line number Diff line number Diff line change @@ -40,5 +40,8 @@ source = "vcs"
4040[tool .hatch .version .raw-options ]
4141root = " .."
4242
43+ [tool .hatch .build .targets .sdist .force-include ]
44+ "../LICENSE" = " LICENSE"
45+
4346[tool .hatch .build .targets .wheel ]
4447packages = [" src/diracx" ]
You can’t perform that action at this time.
0 commit comments