Skip to content

Commit 757bfb4

Browse files
authored
Merge pull request #27 from platformsh/fix-deploy
Bump version and handle long_description_content_type.
2 parents 8216d70 + 901a674 commit 757bfb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
cwd = os.path.abspath(os.path.dirname(__file__))
1414

15-
VERSION = "2.2.4"
15+
VERSION = "2.3.0"
1616

1717
with open('README.md', 'r', encoding='utf-8') as f:
1818
__readme__ = f.read()
@@ -42,6 +42,7 @@ def run(self):
4242
author_email='sayhello@platform.sh',
4343
license='MIT',
4444
long_description=__readme__ + '\n\n' + __changelog__,
45+
long_description_content_type="text/markdown",
4546
packages=find_packages(),
4647
tests_require=['pytest'],
4748
classifiers=[

0 commit comments

Comments
 (0)