Skip to content

Commit a9ec1db

Browse files
committed
Fix URL error in setup.cfg
1 parent 1715087 commit a9ec1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = true
123123

124124
[metadata]
125125
name = VWS Python Mock
126-
description = 'A mock for the Vuforia Web Services (VWS) API.'
126+
description = A mock for the Vuforia Web Services (VWS) API.
127127
long_description = file: README.rst
128128
keywords = vuforia mock fake client
129129
license = MIT License
@@ -134,7 +134,7 @@ classifiers =
134134
Programming Language :: Python :: 3.8
135135
License :: OSI Approved :: MIT License
136136
Development Status :: 5 - Production/Stable
137-
url = 'https://vws-python-mock.readthedocs.io'
137+
url = https://vws-python-mock.readthedocs.io
138138
author = Adam Dangoor
139139
author_email = [email protected]
140140

0 commit comments

Comments
 (0)