mirror of
https://github.com/copier-org/copier.git
synced 2025-05-11 02:12:57 +00:00
7 lines
92 B
Python
7 lines
92 B
Python
#!/usr/bin/env python
|
|
|
|
import setuptools
|
|
|
|
if __name__ == "__main__":
|
|
setuptools.setup()
|