6 lines
126 B
Python
6 lines
126 B
Python
#!/usr/bin/env python3
|
|
|
|
from distutils.core import setup
|
|
|
|
setup(name="radicale_stamm_auth", packages=["radicale_stamm_auth"])
|