File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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]
88build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 22test =pytest
33
44[metadata]
5- description-file = README.rst
5+ description_file = README.rst
66
77[sdist]
88formats =gztar
Original file line number Diff line number Diff 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' ,
27282829 url = 'https://github.com/reportportal/agent-python-pytest' ,
2930 packages = ['pytest_reportportal' ],
You can’t perform that action at this time.
0 commit comments