This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/usr/bin/env python3
|
|
|
|
from distutils.core import setup
|
|
|
|
setup(name="radicale_keks_cloud", packages=["radicale_keks_cloud"])
|