Skip to content

Commit dab681e

Browse files
committed
Add missing description content type
- fixed typos
1 parent 858f113 commit dab681e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ organization as outlined in
1010
happens, this fork will be obsolete.
1111

1212

13-
pytest-ordering is a pytest plugin to run your tests in a specific order.
13+
pytest-ordering2 is a pytest plugin to run your tests in a specific order.
1414

1515
[![Build Status](https://travis-ci.org/mrbean-bremen/pytest-ordering2.svg?branch=master)](https://travis-ci.org/mrbean-bremen/pytest-ordering2)
1616

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
name='pytest-ordering2',
1616
description='pytest plugin to run your tests in a specific order',
1717
long_description=LONG_DESCRIPTION,
18+
long_description_content_type='text/markdown',
1819
version=__version__,
19-
author='mrbean-bremane',
20+
author='mrbean-bremen',
2021
author_email='[email protected]',
2122
url='https://github.com/mrbean-bremen/pytest-ordering2',
2223
packages=['pytest_ordering2'],

0 commit comments

Comments
 (0)