1 2 3 4
import shutil shutil.copy("LICENSE", "python/LICENSE.md") shutil.copy("README.markdown", "python/README.md")