Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Jaeger 72de51b01c Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Switch to using sphinx-build with warnings enabled, fix
  warnings found with autodoc
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version, switch to using apidoc
- Remove install_command from tox.ini, the default is fine
- Change some imports to use python3 changed names

Change-Id: Ibb2e614c7db8a01e41caed8314c1d46479c78295
2020-04-12 20:58:22 +02:00
Cai Hui 0c4713108c Update pbr version
Update pdb version >=2.0.0

Change-Id: I5c9cb947f9460f2929f57ccb923528898303b31e
2018-11-07 01:37:20 -05:00
Saad Zaher dc7820e423 Added pbr version in setup.py as it's required
setup_requires flag in setup method in setuptools requires version
of the package(s) set as dependency, so pbr>=1.8 added

Change-Id: I82e504f8d029348c5a58d5352ae56dae64b78771
2017-02-02 14:11:34 +00:00
Saad Zaher f785d6a413 Adding support for plugable monitoring systems
adding support for pbr
restructuring osha

Change-Id: I0a899deeb33a5ebe77a199d33f3c0af48cddcbe6
2015-12-22 16:24:20 +00:00