Skip to content

Commit 317961f

Browse files
committed
Add markdown support for package description
1 parent 18b16e8 commit 317961f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
setup()
4+
setup(
5+
long_description_content_type='text/markdown'
6+
)

0 commit comments

Comments
 (0)