mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-21 22:33:56 +00:00
6 lines
62 B
Python
6 lines
62 B
Python
#!/usr/bin/env python3
|
|
|
|
import setuptools
|
|
|
|
setuptools.setup()
|