diff --git a/genrst.py b/genrst.py deleted file mode 100755 index 5cc6f41..0000000 --- a/genrst.py +++ /dev/null @@ -1,5 +0,0 @@ -import pypandoc - - -with open('README.rst', 'wb') as f: - f.write(pypandoc.convert('README.md', 'rst').encode('utf-8'))