We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbbbdb commit d59df13Copy full SHA for d59df13
setup.py
@@ -1,13 +1,12 @@
1
#!/usr/bin/env python
2
from distutils.core import setup
3
4
-with open("README.md", "r", encoding="utf-8") as fh:
+with open("README.rst", "r", encoding="utf-8") as fh:
5
long_description = fh.read()
6
7
setup(
8
name='pypdftk',
9
description='''Python wrapper for PDFTK''',
10
- long_description_content_type="text/markdown",
11
long_description=long_description,
12
version='0.5',
13
author='Julien Bouquillon',
0 commit comments