Skip to content

Commit

Permalink
Proper method to deal with markdown in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfFan committed Aug 24, 2020
1 parent bba3b67 commit b74c053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mapping (SAM) in robotics and vision, using Factor Graphs and Bayes
Networks as the underlying computing paradigm rather than sparse
matrices.

The current support matrix is::
The current support matrix is:

| Platform | Compiler | Build Status |
|:------------:|:---------:|:-------------:|
Expand Down
1 change: 1 addition & 0 deletions python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ setup(
author_email='[email protected]',
license='Simplified BSD license',
keywords='slam sam robotics localization mapping optimization',
long_description_content_type='text/markdown',
long_description=readme_contents,
# https://pypi.org/pypi?%3Aaction=list_classifiers
classifiers=[
Expand Down

0 comments on commit b74c053

Please sign in to comment.