diff --git a/README.rst b/README.rst index a786f99..ab7e643 100644 --- a/README.rst +++ b/README.rst @@ -11,8 +11,3 @@ OpenStack Common Libraries (Oslo) Specifications * Free software: Apache license * Documentation: https://specs.openstack.org/openstack/oslo-specs - -Features --------- - -* TODO diff --git a/doc/requirements.txt b/doc/requirements.txt index 3cd683d..c675fb4 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,3 +5,4 @@ sphinx>=1.8.0,!=2.1.0 # BSD openstackdocstheme>=1.18.1 # Apache-2.0 reno>=2.5.0 # Apache-2.0 +yasfb>=0.8.0 # BSD diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index abe9d3e..0000000 --- a/requirements.txt +++ /dev/null @@ -1,7 +0,0 @@ -pbr>=0.6,<1.0 -openstackdocstheme>=1.20.0 -sphinx!=1.6.6,>=1.6.2 -yasfb>=0.8.0 -simplejson>=2.2.0 -pyOpenSSL>=0.14 # Apache-2.0 -pyasn1 # BSD diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index ec3936e..0000000 --- a/setup.cfg +++ /dev/null @@ -1,15 +0,0 @@ -[metadata] -name = oslo-specs -summary = OpenStack Common Libraries (Oslo) Specifications -description-file = - README.rst -author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = http://specs.openstack.org/openstack/oslo-specs/ -python-requires = >=3.6 -classifier = - Environment :: OpenStack - Intended Audience :: Developers - License :: OSI Approved :: Apache Software License - Operating System :: POSIX :: Linux - diff --git a/setup.py b/setup.py deleted file mode 100755 index b476b74..0000000 --- a/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>=0.6,<1.0'], - pbr=True) \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt deleted file mode 100644 index e69de29..0000000 diff --git a/tox.ini b/tox.ini index bae067f..97c52df 100644 --- a/tox.ini +++ b/tox.ini @@ -1,19 +1,11 @@ [tox] minversion = 3.1.1 envlist = docs -skipsdist = True -ignore_basepython_conflict = True +skipsdist = true +ignore_basepython_conflict = true [testenv] basepython = python3 -usedevelop = True -setenv = - VIRTUAL_ENV={envdir} -deps = -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt - -[testenv:venv] -commands = {posargs} [testenv:docs] whitelist_externals = @@ -27,7 +19,8 @@ commands = [testenv:spelling] deps = - -r{toxinidir}/requirements.txt - sphinxcontrib-spelling - PyEnchant -commands = sphinx-build --keep-going -b spelling doc/source doc/build/spelling + -r{toxinidir}/requirements.txt + sphinxcontrib-spelling + PyEnchant +commands = + sphinx-build --keep-going -b spelling doc/source doc/build/spelling