Skip to content

Commit 3af7706

Browse files
committed
Fix some warnings and update wheel
1 parent 7f3c874 commit 3af7706

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ requires = [
33
# sync with setup.py until we discard non-pep-517/518
44
"setuptools>=40.0",
55
"setuptools-scm",
6-
"wheel",
6+
"wheel==0.40.0",
77
]
88
build-backend = "setuptools.build_meta"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
test=pytest
33

44
[metadata]
5-
description-file = README.rst
5+
description_file = README.rst
66

77
[sdist]
88
formats=gztar

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def read_file(fname):
2424
description='Agent for Reporting results of tests to the Report Portal',
2525
long_description=read_file('README.rst'),
2626
long_description_content_type='text/x-rst',
27+
author='Report Portal Team',
2728
author_email='[email protected]',
2829
url='https://github.com/reportportal/agent-python-pytest',
2930
packages=['pytest_reportportal'],

0 commit comments

Comments
 (0)