mirror of
https://github.com/Derisis13/barusu.git
synced 2025-12-06 19:42:48 +01:00
6 lines
113 B
Python
6 lines
113 B
Python
from distutils.core import setup
|
|
|
|
setup(name="backup_assistant",
|
|
version='1.0',
|
|
py_modules=["main"])
|