summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup py27 supportAndreas Jaeger2020-04-041-9/+0
| | | | | | | | | | | | | 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: * Wheel is not needed for python 3 only repo - Update classifiers - Update requirements, no need for python_version anymore Change-Id: Ibc9c3d9448dc204e7877a00a9970e1673fd2951e
* Updated from global requirementsOpenStack Proposal Bot2017-03-021-1/+1
| | | | Change-Id: Ic16848935e551e72f49bd69b0b908ab2ded0094f
* Updated from global requirementsOpenStack Proposal Bot2015-09-171-1/+1
| | | | Change-Id: I4fad5cfe8797883cd1b808d3ab1a29aaf48fa230
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-1/+1
| | | | Change-Id: I40d8371a11795004f4350b47638da018f1183da7
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+0
| | | | Change-Id: I8132815004dcd3be8e0a56a6c538dc766228c2bd
* Updated from global requirementsOpenStack Proposal Bot2014-06-181-2/+0
| | | | Change-Id: Ie9ea577f35f1eb6fc71876be0d4f721887f1d769
* Add UTF-8 coding lines to all Python filesMartin Geisler2014-05-311-0/+2
| | | | | | | | | | | | | | | | | While not strictly necessary for files containing only ASCII characters, adding a line with "coding: utf-8" can guard against future SyntaxError's in case someone inserts a Unicode literal. This commit adds such lines to all .py files. The syntax used by this commit works with Python (of course). It also works with Emacs, which will recognize the special "-*-" marker and use the "coding" variable to correctly decode the file, even in an environment where UTF-8 is not the default file encoding. Existing coding lines were normalized to match the new lines added. Partial-bug: #1325193 Change-Id: I58bf93fea711fd25890356a397e594bd820c99e3
* Updated from global requirementsOpenStack Proposal Bot2014-05-021-0/+8
| | | | Change-Id: I00470eca0b3b4eb788e4184d8a37cac09bcd1260
* Updated from global requirementsOpenStack Jenkins2013-10-011-1/+1
| | | | Change-Id: I8e079a649487eec931d61a80be8ac2c23889371d
* Add initial filesChris Krelle2013-09-051-0/+22
Add initial files to the repo. Change-Id: Ia6b0278fc9817f44e63507b54e7d7ad41bf4e219