Skip to content

Commit eea2fc5

Browse files
prevent absolute paths from appearing in egg-info's SOURCES listing file (#142)
1 parent cc4696b commit eea2fc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,4 @@ def get_extensions():
125125
BuildExtension.with_options(no_python_abi_suffix=True, use_ninja=False)
126126
},
127127
packages=find_packages(),
128-
include_package_data=True,
129128
)

0 commit comments

Comments
 (0)