We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8216d70 + 901a674 commit 757bfb4Copy full SHA for 757bfb4
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
13
cwd = os.path.abspath(os.path.dirname(__file__))
14
15
-VERSION = "2.2.4"
+VERSION = "2.3.0"
16
17
with open('README.md', 'r', encoding='utf-8') as f:
18
__readme__ = f.read()
@@ -42,6 +42,7 @@ def run(self):
42
author_email='sayhello@platform.sh',
43
license='MIT',
44
long_description=__readme__ + '\n\n' + __changelog__,
45
+ long_description_content_type="text/markdown",
46
packages=find_packages(),
47
tests_require=['pytest'],
48
classifiers=[
0 commit comments