Files
simple_backup/setup.py

9 lines
83 B
Python
Raw Normal View History

2023-05-04 23:16:15 +02:00
#!/usr/bin/env python3
"""Setup script"""
from setuptools import setup
setup()