We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efdc1e commit 38150feCopy full SHA for 38150fe
setup.py
@@ -83,6 +83,7 @@ def build_package_data(self):
83
84
setup(
85
cmdclass={'sdist': SDist, 'build_py': BuildPy},
86
+ data_files=[('share/man/man1', ["doc/scapy.1"])],
87
long_description=get_long_description(),
88
long_description_content_type='text/markdown',
89
)
0 commit comments