We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993b51c commit 89941b1Copy full SHA for 89941b1
pytest_echo.py
@@ -8,7 +8,7 @@
8
import pkg_resources
9
from pkg_resources import DistributionNotFound
10
11
-__version__ = '1.7.0'
+__version__ = '1.7.1'
12
13
14
def get_installed_distributions():
setup.py
@@ -1,14 +1,13 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
-
4
from setuptools import setup
5
from pytest_echo import __version__
6
7
setup(
name='pytest-echo',
description='pytest plugin with mechanisms for echoing environment '
'variables, package version and generic attributes',
- long_description=open("README.rst").read(),
+ long_description=open('README.rst').read(),
long_description_content_type='text/x-rst',
version=__version__,
author='Stefano Apostolico',
0 commit comments