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 3230c2c commit 639ea6cCopy full SHA for 639ea6c
setup.py
@@ -45,10 +45,6 @@ def read(fname):
45
VERSION = _LOCALS['__version__']
46
LONG_DESCRIPTION = read('README.rst')
47
48
-def read(fname):
49
- file_path = os.path.join(os.path.dirname(__file__), fname)
50
- return codecs.open(file_path, encoding='utf-8').read()
51
-
52
53
setup(
54
name='pytest-helpers-namespace',
0 commit comments