"...text-generation-inference.git" did not exist on "fef36cea4254a3afe9a8b97ea10f40376ceef91f"
Unverified Commit eea2fc58 authored by Pierce Brooks's avatar Pierce Brooks Committed by GitHub
Browse files

prevent absolute paths from appearing in egg-info's SOURCES listing file (#142)

parent cc4696bd
...@@ -125,5 +125,4 @@ setup( ...@@ -125,5 +125,4 @@ setup(
BuildExtension.with_options(no_python_abi_suffix=True, use_ninja=False) BuildExtension.with_options(no_python_abi_suffix=True, use_ninja=False)
}, },
packages=find_packages(), packages=find_packages(),
include_package_data=True,
) )
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment