Skip to content

Commit e7ab1f2

Browse files
committed
capitalize sphinx
1 parent 2538e2b commit e7ab1f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ def readme():
3232
python_requires=">=3.5",
3333
url='https://github.com/Chilipp/autodocsumm',
3434
author='Philipp S. Sommer',
35-
author_email='philipp.sommer@hzg.de',
35+
author_email='philipp.sommer@hereon.de',
3636
license="GPLv2",
3737
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
3838
install_requires=[
39-
'sphinx>=2.2',
39+
'Sphinx>=2.2',
4040
],
4141
setup_requires=pytest_runner,
4242
tests_require=['pytest', 'sphinx-testing'],

0 commit comments

Comments
 (0)