Skip to content

Commit d59df13

Browse files
authored
Update setup.py
1 parent 5cbbbdb commit d59df13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/usr/bin/env python
22
from distutils.core import setup
33

4-
with open("README.md", "r", encoding="utf-8") as fh:
4+
with open("README.rst", "r", encoding="utf-8") as fh:
55
long_description = fh.read()
66

77
setup(
88
name='pypdftk',
99
description='''Python wrapper for PDFTK''',
10-
long_description_content_type="text/markdown",
1110
long_description=long_description,
1211
version='0.5',
1312
author='Julien Bouquillon',

0 commit comments

Comments
 (0)