Skip to content

Commit 38150fe

Browse files
authored
Restore scapy.1 installation (#4569)
1 parent 1efdc1e commit 38150fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def build_package_data(self):
8383

8484
setup(
8585
cmdclass={'sdist': SDist, 'build_py': BuildPy},
86+
data_files=[('share/man/man1', ["doc/scapy.1"])],
8687
long_description=get_long_description(),
8788
long_description_content_type='text/markdown',
8889
)

0 commit comments

Comments
 (0)