Fix tox4 and setuptools errors
- Remove skipsdist that it was never supported and causes breakage when used with usedevelop. - disable setuptools autodiscovery Change-Id: I3dd1ab78de71a2a2feb9e7d59612b5c2a09e1f4a
This commit is contained in:
parent
943b80c1a3
commit
9416e82903
1
setup.py
1
setup.py
@ -17,4 +17,5 @@ import setuptools
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr>=2.0.0'],
|
setup_requires=['pbr>=2.0.0'],
|
||||||
|
py_modules=[],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user