Skip to content

Commit 0623299

Browse files
committed
defined markdown as description content type in setup.py + added build.sh to generate distribution
1 parent 915676a commit 0623299

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
python setup.py sdist bdist_wheel

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
version='1.0.0',
99
description='Utility functions for strings validation and manipulation.',
1010
long_description=long_description,
11+
long_description_content_type='text/markdown',
1112
author='Davide Zanotti',
1213
author_email='[email protected]',
1314
license='MIT',

0 commit comments

Comments
 (0)