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