1 2 3 4
#!/usr/bin/python3 from setuptools import setup setup(data_files=[("share/man/man1", ["man/guess-upstream-metadata.1"])])