Files
auto-archiver/setup.py
2023-02-07 23:24:44 +00:00

4 lines
68 B
Python

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