setup.py: Remove 'py_modules'
This was merely obscuring a bug in pbr. setuptools doesn't do the auto-discovery when pbr is in use. Remove it. Change-Id: I40500ed7bf9d9fb30381c7539548544152cea85e Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Depends-on: https://review.opendev.org/c/openstack/pbr/+/869082
This commit is contained in:
parent
6b84fbf8f2
commit
ca5ed66d55
5
setup.py
5
setup.py
@ -13,10 +13,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr>=2.0.0'],
|
||||
py_modules=[],
|
||||
pbr=True)
|
||||
pbr=True,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user