2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 18:07:57 +00:00
criu/crit/setup.py

7 lines
93 B
Python
Raw Normal View History

#!/usr/bin/env python3
import setuptools
if __name__ == '__main__':
setuptools.setup()