Merge "setup.py: Remove 'py_modules'"

This commit is contained in:
Zuul 2023-01-11 18:54:54 +00:00 committed by Gerrit Code Review
commit 895ba325ad
1 changed files with 2 additions and 3 deletions

View File

@ -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,
)