Skip to content

Commit

Permalink
CI: fix pip installation of the collection (#592)
Browse files Browse the repository at this point in the history
pypa/setuptools#3197
latest release of setuptools 61.0 broke pip install

Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm authored May 30, 2023
1 parent 181de14 commit e5b37d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

setuptools.setup(
setup_requires=['pbr'],
pbr=True)
pbr=True,
py_modules=[])

0 comments on commit e5b37d9

Please sign in to comment.