Skip to content

Commit e1ce6a2

Browse files
committed
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.
1 parent 410f054 commit e1ce6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
sources = ['systemd/login.c',
3131
'systemd/pyutil.c',
3232
'systemd/strv.c'])
33-
setup (name = 'systemd',
33+
setup (name = 'python-systemd',
3434
version = version,
3535
description = 'Native interface to the facilities of systemd',
3636
author_email = '[email protected]',

0 commit comments

Comments
 (0)