Remove setup.cfg, setup.py

This project is not a Python project and doesn't need packaging. Remove
it.

Change-Id: Id8d3be8830908f8e7cffdccc8b8ab09690db8481
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2020-02-10 10:55:35 +00:00
parent c119831e56
commit f7b9477905
7 changed files with 8 additions and 63 deletions

View File

@ -11,8 +11,3 @@ OpenStack Common Libraries (Oslo) Specifications
* Free software: Apache license
* Documentation: https://specs.openstack.org/openstack/oslo-specs
Features
--------
* TODO

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

21
tox.ini
View File

@ -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