Skip to content

Commit 3758d88

Browse files
committed
setup.py: change name to systemd-python
This name is unused on pypi. Let's grab it.
1 parent 416efbf commit 3758d88

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ include LICENSE.txt
55
include Makefile
66
include pytest.ini
77
graft docs
8+
exclude docs/__pycache__/*

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ On Debian or Ubuntu with Python 3:
4545

4646
apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev
4747

48+
The project is also available on pypi as systemd-python.
49+
4850
Usage
4951
=====
5052

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def lib(*names, **kw):
6565
'systemd/pyutil.c',
6666
'systemd/strv.c'],
6767
**lib('libsystemd', 'libsystemd-login', **defines))
68-
setup (name = 'python-systemd',
68+
setup (name = 'systemd-python',
6969
version = version,
7070
description = 'Python interface for libsystemd',
7171
author_email = 'david@davidstrauss.net',

0 commit comments

Comments
 (0)