Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
setup (name = 'systemd-python',
version = version,
description = 'Python interface for libsystemd',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author_email = '[email protected]',
maintainer = 'systemd developers',
maintainer_email = '[email protected]',
Expand Down
Loading