nutritious-hair-72580
03/26/2025, 5:12 AMlib/my_package and in the .tar.gz it is packaged as lib/my_package/... and when I install it, under site_packages/lib/my_package . How can I get rid of lib ?
BUILD file currently:
resources(name="build_files", sources=["LICENSE", "README.md"])
python_sources(name="my_package")
python_distribution(
name="my_package_dist",
dependencies=[":build_files", ":my_package"],
provides=python_artifact(
name="my_package",
version="0.0.1",
),
interpreter_constraints=[">=3.11.0"],
wheel=False
)powerful-scooter-95162
03/26/2025, 5:20 AMnutritious-hair-72580
03/26/2025, 5:42 AM