Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 6c7433b

Browse files
committed
Set long_description_content_type to markdown
For unknown reason PyPi began to reject the build explaining it a malformed reStructured description ¯\_(ツ)_/¯
1 parent ae50d42 commit 6c7433b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

releasenotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Paperspace Python Release Notes
22

33
# Release Notes for 0.2.0a1
4+
### New features
45
* colorful error and help messages
56
* removed `paperspace-python run` command
67

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
version=version,
2525
description='Paperspace Python',
2626
long_description=long_description,
27+
long_description_content_type="text/markdown",
2728
url='https://github.com/paperspace/paperspace-python',
2829
author='Paperspace Co.',
2930
author_email='[email protected]',

0 commit comments

Comments
 (0)