Merge pull request #493 from borglab/feature/fix_foreach
Make sure our readme is proper restructuredTextrelease/4.3a0
commit
4c0e87be78
|
|
@ -13,6 +13,8 @@ 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:
|
||||
|
||||
| Platform | Compiler | Build Status |
|
||||
|:------------:|:---------:|:-------------:|
|
||||
| Ubuntu 18.04 | gcc/clang |  |
|
||||
|
|
|
|||
|
|
@ -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=[
|
||||
|
|
|
|||
Loading…
Reference in New Issue