Skip to content

Commit a103f44

Browse files
committed
fix CS with Black
1 parent 0f421ca commit a103f44

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"""
2929

3030
setup(
31-
name='sphinxcontrib-phpdomain',
32-
version='0.11.2',
33-
url='https://github.com/markstory/sphinxcontrib-phpdomain',
34-
download_url='http://pypi.python.org/pypi/sphinxcontrib-phpdomain',
35-
license='BSD',
36-
author='Mark Story',
37-
author_email='mark@mark-story.com',
38-
description='Sphinx extension to enable documenting PHP code',
31+
name="sphinxcontrib-phpdomain",
32+
version="0.11.2",
33+
url="https://github.com/markstory/sphinxcontrib-phpdomain",
34+
download_url="http://pypi.python.org/pypi/sphinxcontrib-phpdomain",
35+
license="BSD",
36+
author="Mark Story",
37+
author_email="mark@mark-story.com",
38+
description="Sphinx extension to enable documenting PHP code",
3939
long_description=long_desc,
4040
project_urls={
4141
"Documentation": "https://markstory.github.io/sphinxcontrib-phpdomain/",

0 commit comments

Comments
 (0)