Skip to content

Commit 23b7174

Browse files
committed
fixes typo in README
1 parent 02caf80 commit 23b7174

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.rst renamed to README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
pytest-echo
22
===========
33

4-
5-
.. image:: https://pypip.in/v/pytest-echo/badge.png
6-
:target: https://crate.io/packages/pytest-echo/
4+
(https://pypip.in/v/pytest-echo/badge.png)[`target: https://crate.io/packages/pytest-echo/`]
75

86
.. image:: https://pypip.in/d/pytest-echo/badge.png
97
:target: https://crate.io/packages/pytest-echo/
@@ -72,8 +70,8 @@ Dump attributes
7270
DEBUG: False
7371
plugins: echo, pydev, cov, cache, django
7472
75-
.. warning:: Be careful when use ``--echo-attr``. It load any module in the path and this will
76-
execute any module's level code
73+
.. warning:: Be careful when use ``--echo-attr``. It loads any module in the path and this will
74+
execute any module level code
7775
If you try to dump a property, related ``getter`` will be executed.
7876
7977
.. note:: You cannot dump callable result.

setup.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ all_files = 1
55

66
[upload_sphinx]
77
upload-dir = doc/_build/html
8+
9+
[bdist_wheel]
10+
universal=1
11+
12+
[devpi:upload]
13+
formats = bdist_wheel,sdist.tgz
14+

0 commit comments

Comments
 (0)