Skip to content

Commit

Permalink
Fix long_description so that it renders on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Feb 17, 2020
1 parent 23eaadb commit 782adad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup

with open('README.rst') as f:
readme = f.read()
readme = f.read().replace(':math:', '').replace('\\mathbb{R}', 'R')

setup(
name='graphslam',
Expand Down

0 comments on commit 782adad

Please sign in to comment.