aboutsummaryrefslogtreecommitdiff
path: root/tt.py
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-06-22 14:36:57 +1000
committerDylan Araps <[email protected]>2017-06-22 14:36:57 +1000
commite5aacb7393bcb93b990e6da54055df29fe0d2be6 (patch)
tree5b54c0e483206e847a9eaa18b78a0fe6b37c1cb1 /tt.py
parentpypi: Fix README (diff)
downloadpywal-e5aacb7393bcb93b990e6da54055df29fe0d2be6.tar.xz
pywal-e5aacb7393bcb93b990e6da54055df29fe0d2be6.zip
General: bump
Diffstat (limited to 'tt.py')
-rw-r--r--tt.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt.py b/tt.py
new file mode 100644
index 0000000..738ed44
--- /dev/null
+++ b/tt.py
@@ -0,0 +1,4 @@
+import pypandoc
+DESC = pypandoc.convert('README.md', 'rst')
+DESC = DESC.replace("\r", "")
+print(DESC)