diff options
| author | Andreas Jaeger <aj@suse.com> | 2020-04-04 17:05:21 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.com> | 2020-04-04 17:06:45 +0200 |
| commit | ac04e5d415c03f8594e1d3344c51bfe6c9d3a49d (patch) | |
| tree | 994fa8aa890814099e488adfd4bca04c7af55767 /setup.py | |
| parent | bb5b9cac6e0fd65bd620d514d29751800575d5cc (diff) | |
| download | python-neutronclient-7.1.1.tar.gz | |
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
- Remove html_last_updated_fmt from conf.py, this is not needed with
openstackdocstheme anymore; update openstackdocstheme requirement
Change-Id: I66d7b502349de38bc2b646ed99cf5a41471d81bf
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -13,17 +13,8 @@ # 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 -# In python < 2.7.4, a lazy loading of package `pbr` will break -# setuptools if some other modules registered functions in `atexit`. -# solution from: http://bugs.python.org/issue15881#msg170215 -try: - import multiprocessing # noqa -except ImportError: - pass - setuptools.setup( setup_requires=['pbr>=2.0.0'], pbr=True) |
