What's the recommended way to go about packaging a Python project that doesn't use PEP 517 or setuptools/distutils? Is there a method with pip, is just copying the files to $pkgdir fine, or should a PEP 517/setup.py be implemented through a patch?