File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424
2525 - name : Build sdist and wheel
2626 run : |
27- python -m build -o wheelhouse
27+ python -m build -n - o wheelhouse
2828
2929 - name : List and check sdist
3030 run : |
Original file line number Diff line number Diff line change 1616requires = [" setuptools>=40.8.0" , " wheel" ]
1717build-backend = " setuptools.build_meta:__legacy__"
1818
19- [tool .setuptools ]
20- include-package-data = true
19+ # [tool.setuptools]
20+ # include-package-data = true
2121
22- [tool .setuptools .package-data ]
23- tensorflow_transform = [" py.typed" ]
22+ # [tool.setuptools.package-data]
23+ # tensorflow_transform = ["py.typed"]
2424
25- # Create an empty requirements-docs.txt file that will be included in the package
26- [tool .setuptools .data-files ]
27- "." = [" requirements-docs.txt" ]
25+ # # Create an empty requirements-docs.txt file that will be included in the package
26+ # [tool.setuptools.data-files]
27+ # "." = ["requirements-docs.txt"]
2828
2929[tool .ruff ]
3030line-length = 88
You can’t perform that action at this time.
0 commit comments