Skip to content

Commit

Permalink
fix long description error
Browse files Browse the repository at this point in the history
  • Loading branch information
lnthach committed Oct 3, 2023
1 parent fbbe614 commit e5369d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ build-verbosity = 2

[build-system]
requires = [
"wheel",
"setuptools",
"wheel>=0.31.0",
"setuptools>=38.6.0",
"Cython>=0.29.18",

# NumPy dependencies - to update these, sync from
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
},
description='MrSQM: Fast Time Series Classification with Symbolic Representations',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
ext_modules=cythonize([cstuff]),
)

0 comments on commit e5369d4

Please sign in to comment.