Skip to content

Commit 276c186

Browse files
committed
setup.cfg: Fix type of long_description and URL format
1 parent edb75c2 commit 276c186

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name = python-dbusmock
33
version = attr: dbusmock.__version__
44
description = Mock D-Bus objects
55
long_description = file: README.md
6+
long_description_content_type = text/markdown
67
author = Martin Pitt
78
author_email = [email protected]
8-
url = "https://github.com/martinpitt/python-dbusmock"
9-
download_url = "https://pypi.python.org/pypi/python-dbusmock"
9+
url = https://github.com/martinpitt/python-dbusmock
10+
download_url = https://pypi.python.org/pypi/python-dbusmock/
1011
license = LGPL 3+
1112

1213
classifiers =

0 commit comments

Comments
 (0)