Skip to content

Commit 5d9f759

Browse files
committed
PyPI crashed the entire deployment due to a tiny typo in the readme file. Fixed it.
1 parent 104e802 commit 5d9f759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ This example fits the data to a tan-function, which becomes very large towards t
292292

293293
Example 4: Multivariate output
294294
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
295-
Both the input and the output may be multidimensional. In this example, the input is univariate, but the output multivariate::
295+
Both the input and the output may be multidimensional. In this example, the input is univariate, but the output multivariate.
296296

297297
Output::
298298

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
version=version,
3232
description='Local Polynomial Regression',
3333
long_description=long_description,
34+
long_description_content_type='text/x-rst',
3435
author='Sigvald Marholm',
3536
author_email='marholm@marebakken.com',
3637
url='https://github.com/sigvaldm/localreg.git',
@@ -49,4 +50,3 @@
4950
'Programming Language :: Python :: 3.9',
5051
]
5152
)
52-

0 commit comments

Comments
 (0)