We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb75c2 commit 276c186Copy full SHA for 276c186
setup.cfg
@@ -3,10 +3,11 @@ name = python-dbusmock
3
version = attr: dbusmock.__version__
4
description = Mock D-Bus objects
5
long_description = file: README.md
6
+long_description_content_type = text/markdown
7
author = Martin Pitt
8
author_email = [email protected]
-url = "https://github.com/martinpitt/python-dbusmock"
9
-download_url = "https://pypi.python.org/pypi/python-dbusmock"
+url = https://github.com/martinpitt/python-dbusmock
10
+download_url = https://pypi.python.org/pypi/python-dbusmock/
11
license = LGPL 3+
12
13
classifiers =
0 commit comments