slpkg/setup.py
2022-06-28 17:56:05 +03:00

5 lines
70 B
Python
Executable file

from setuptools import setup
if __name__ == '__main__':
setup()