From 7f7038bca4a19bc51914fa5440f54d20be6056c8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 25 Apr 2020 22:19:10 +0200 Subject: [PATCH] Remove setup.py Those are not needed anymore, remove them. Change-Id: Ib8ea541c3def4950841851080e40d5723b1b5f06 --- doc/api-quick-start/setup.py | 6 ------ doc/doc-contrib-guide/setup.py | 22 ---------------------- doc/glossary/setup.py | 22 ---------------------- doc/image-guide/setup.py | 22 ---------------------- doc/install-guide/setup.py | 22 ---------------------- 5 files changed, 94 deletions(-) delete mode 100755 doc/api-quick-start/setup.py delete mode 100644 doc/doc-contrib-guide/setup.py delete mode 100644 doc/glossary/setup.py delete mode 100644 doc/image-guide/setup.py delete mode 100644 doc/install-guide/setup.py diff --git a/doc/api-quick-start/setup.py b/doc/api-quick-start/setup.py deleted file mode 100755 index aa1a3b04e4..0000000000 --- a/doc/api-quick-start/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python -import setuptools - -setuptools.setup( - setup_requires=['pbr>=2.0.0'], - pbr=True) diff --git a/doc/doc-contrib-guide/setup.py b/doc/doc-contrib-guide/setup.py deleted file mode 100644 index 357a741a78..0000000000 --- a/doc/doc-contrib-guide/setup.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python -# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. -# -# 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. - -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT -import setuptools - -setuptools.setup( - setup_requires=['pbr>=2.0.0'], - pbr=True) diff --git a/doc/glossary/setup.py b/doc/glossary/setup.py deleted file mode 100644 index d4eb2132c4..0000000000 --- a/doc/glossary/setup.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python -# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. -# -# 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. - -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT -import setuptools - -setuptools.setup( - setup_requires=['pbr>2.0.0'], - pbr=True) diff --git a/doc/image-guide/setup.py b/doc/image-guide/setup.py deleted file mode 100644 index 357a741a78..0000000000 --- a/doc/image-guide/setup.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python -# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. -# -# 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. - -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT -import setuptools - -setuptools.setup( - setup_requires=['pbr>=2.0.0'], - pbr=True) diff --git a/doc/install-guide/setup.py b/doc/install-guide/setup.py deleted file mode 100644 index 357a741a78..0000000000 --- a/doc/install-guide/setup.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python -# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. -# -# 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. - -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT -import setuptools - -setuptools.setup( - setup_requires=['pbr>=2.0.0'], - pbr=True)