Skip to content

Commit 51e8fe4

Browse files
committed
Workaround pyproject.toml being loaded for this test extension.
1 parent dbc4ec4 commit 51e8fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
if __name__ == '__main__':
2525
setup(
26+
long_description='',
2627
package_dir={'': 'tests'},
2728
zip_safe=False,
2829
setup_requires=(

0 commit comments

Comments
 (0)