cpsms/setup.py

16 lines
352 B
Python

from distutils.core import setup
setup(
name="cpsms",
packages=["cpsms"],
version="2.0.3",
author="Mikkel Munch Mortensen",
author_email="3xm@detfalskested.dk",
url="https://github.com/decibyte/cpsms",
description=(
"A Python wrapper around the SMS gateway from "
"CPSMS <https://www.cpsms.dk/>."
),
)