Skip to content

Commit 69224b2

Browse files
Merge pull request linode#305 from linode/main
Merge main back to dev
2 parents 3455420 + 3d90946 commit 69224b2

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: '3.x'
2323

2424
- name: Install Python deps
25-
run: pip install wheel
25+
run: pip install -U wheel build certifi
2626

2727
- name: Install package requirements
2828
run: make requirements

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ from the api base url that should be returned, for example::
135135

136136

137137
Integration Tests
138-
-----------
138+
-----------------
139139
Integration tests live in the ``test/integration`` directory.
140140

141141
Pre-requisite

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Sphinx>=6.0.0
88
sphinx-autobuild>=2021.3.14
99
sphinxcontrib-fulltoc>=1.2.0
1010
pytest>=7.3.1
11-
httpretty>=1.1.4
11+
httpretty>=1.1.4
12+
build>=0.10.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def bake_version(v):
7272

7373
description='The official python SDK for Linode API v4',
7474
long_description=long_description,
75+
long_description_content_type="text/x-rst",
7576

7677
# The project's main homepage.
7778
url='https://github.com/linode/linode_api4-python',

0 commit comments

Comments
 (0)