Skip to content
Snippets Groups Projects
Select Git revision
  • 996fedd2b39079e4a3290e9690caf226eb04626a
  • main default
  • browserslist-update
  • dependabot/github_actions/bbeesley/gha-auto-dependabot-rebase-1.5.161
  • v0.1.17
  • v0.1.16
  • v0.1.15
  • v0.1.14
  • v0.1.13
  • v0.1.12
  • v0.1.11
  • v0.1.10
  • v0.1.9
  • v0.1.8
  • v0.1.7
  • v0.1.6
  • v0.1.5
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
  • v0.0.59
  • v0.0.58
24 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)