1 2 3 4 5 6 7 8 9
from setuptools import setup setup( name="systemd-shell", version="0.0.1", author="William Carroll", author_email="wpcarro@gmail.com", scripts=["systemd-shell"], )