We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915676a commit 0623299Copy full SHA for 0623299
build.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+python setup.py sdist bdist_wheel
setup.py
@@ -8,6 +8,7 @@
8
version='1.0.0',
9
description='Utility functions for strings validation and manipulation.',
10
long_description=long_description,
11
+ long_description_content_type='text/markdown',
12
author='Davide Zanotti',
13
author_email='davidezanotti@gmail.com',
14
license='MIT',
0 commit comments