General: bump

This commit is contained in:
Dylan Araps 2017-06-22 14:37:02 +10:00
parent e5aacb7393
commit 8d34fde7a9

4
tt.py
View File

@ -1,4 +0,0 @@
import pypandoc
DESC = pypandoc.convert('README.md', 'rst')
DESC = DESC.replace("\r", "")
print(DESC)