5 lines
82 B
Python
5 lines
82 B
Python
import shutil
|
|
|
|
def pre_build(**kwargs):
|
|
shutil.copy('./CHANGELOG.md', './docs')
|