Skip to content
Snippets Groups Projects
Select Git revision
  • 535956c7bc2ae4072201ced90cd177e4d7eaabe6
  • main default
  • dependabot/github_actions/bbeesley/gha-auto-dependabot-rebase-1.5.168
  • dependabot/docker/node-24.4.1-slim
  • v0.0.17
  • v0.0.16
  • v0.0.15
  • v0.0.14
  • v0.0.13
  • v0.0.12
  • v0.0.11
  • v0.0.10
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.7-rc1
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
22 results

Dockerfile

Blame
  • setup.py 693 B
    #   Copyright Red Hat, Inc. All Rights Reserved.
    #
    #   Licensed under the Apache License, Version 2.0 (the "License"); you may
    #   not use this file except in compliance with the License. You may obtain
    #   a copy of the License at
    #
    #       http://www.apache.org/licenses/LICENSE-2.0
    #
    #   Unless required by applicable law or agreed to in writing, software
    #   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
    #   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
    #   License for the specific language governing permissions and limitations
    #   under the License.
    
    import setuptools
    
    setuptools.setup(
        setup_requires=['pbr'],
        pbr=True)