Proper method to deal with markdown in setup.py

release/4.3a0
Fan Jiang 2020-08-23 22:01:49 -04:00
parent bba3b6772a
commit b74c053c65
2 changed files with 2 additions and 1 deletions

View File

@ -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 |
|:------------:|:---------:|:-------------:|

View File

@ -27,6 +27,7 @@ setup(
author_email='frank.dellaert@gtsam.org',
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=[