summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 21:00:08 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 21:32:42 -0400
commite1ce6a2802470fd957840333e3c766b525888d7a (patch)
treeb9f5c28a3a122ade6ece074ac0e5691a9747767d
parent410f054ddf904a989fd3b0c029bfc88e9182f056 (diff)
downloadpython-systemd-e1ce6a2802470fd957840333e3c766b525888d7a.tar.gz
Use python-systemd as the name
We want the package to be installed under this name. This is also used for sdist, and we want python-systemd-<version>.tar.xz.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d9e24a8..b1679b9 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ login = Extension('systemd/login',
sources = ['systemd/login.c',
'systemd/pyutil.c',
'systemd/strv.c'])
-setup (name = 'systemd',
+setup (name = 'python-systemd',
version = version,
description = 'Native interface to the facilities of systemd',
author_email = 'david@davidstrauss.net',