Remove packaging files
This repository does not actually contain any python package. Change-Id: Ibdbf456af0bdd3d741b6d140d6e6ef4eb693e5e8 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# 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
|
||||
@@ -45,7 +44,7 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
copyright = u'{{cookiecutter.year}}, Puppet OpenStack Developers'
|
||||
copyright = '{{cookiecutter.year}}, Puppet OpenStack Developers'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
@@ -185,8 +184,8 @@ htmlhelp_basename = 'puppet-{{cookiecutter.project_name}}ReleaseNotesdoc'
|
||||
# (source start file, target name, title,
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('index', 'puppet-{{cookiecutter.project_name}}ReleaseNotes.tex', u'puppet-{{cookiecutter.project_name}} Release Notes Documentation',
|
||||
u'{{cookiecutter.year}}, Puppet OpenStack Developers', 'manual'),
|
||||
('index', 'puppet-{{cookiecutter.project_name}}ReleaseNotes.tex', 'puppet-{{cookiecutter.project_name}} Release Notes Documentation',
|
||||
'{{cookiecutter.year}}, Puppet OpenStack Developers', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
@@ -215,8 +214,8 @@ latex_documents = [
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'puppet-{{cookiecutter.project_name}}releasenotes', u'puppet-{{cookiecutter.project_name}} Release Notes Documentation',
|
||||
[u'{{cookiecutter.year}}, Puppet OpenStack Developers'], 1)
|
||||
('index', 'puppet-{{cookiecutter.project_name}}releasenotes', 'puppet-{{cookiecutter.project_name}} Release Notes Documentation',
|
||||
['{{cookiecutter.year}}, Puppet OpenStack Developers'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
@@ -229,8 +228,8 @@ man_pages = [
|
||||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'puppet-{{cookiecutter.project_name}}ReleaseNotes', u'puppet-{{cookiecutter.project_name}} Release Notes Documentation',
|
||||
u'{{cookiecutter.year}}, Puppet OpenStack Developers', 'puppet-{{cookiecutter.project_name}}ReleaseNotes', 'One line description of project.',
|
||||
('index', 'puppet-{{cookiecutter.project_name}}ReleaseNotes', 'puppet-{{cookiecutter.project_name}} Release Notes Documentation',
|
||||
'{{cookiecutter.year}}, Puppet OpenStack Developers', 'puppet-{{cookiecutter.project_name}}ReleaseNotes', 'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
[metadata]
|
||||
name = puppet-{{cookiecutter.project_name}}
|
||||
summary = Puppet module for OpenStack {{cookiecutter.project_name}}
|
||||
description_file =
|
||||
README.md
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://docs.openstack.org/puppet-openstack-guide/latest
|
||||
license = Apache License, Version 2.0
|
||||
classifier =
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: Information Technology
|
||||
Intended Audience :: System Administrators
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
@@ -1,20 +0,0 @@
|
||||
# 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.
|
||||
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr>=2.0.0'],
|
||||
pbr=True)
|
||||
@@ -1,11 +1,6 @@
|
||||
[tox]
|
||||
minversion = 3.1
|
||||
skipsdist = True
|
||||
envlist = releasenotes
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
basepython = python3
|
||||
|
||||
[testenv:releasenotes]
|
||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
|
||||
Reference in New Issue
Block a user