summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 3 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 704b62c..b8fc9b6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,7 @@ license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/python-saharaclient/latest/
+python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -14,13 +15,12 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
+ Programming Language :: Python :: Implementation :: CPython
+ Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
-[global]
-setup-hooks = pbr.hooks.setup_hook
-
[files]
packages =
saharaclient
@@ -161,6 +161,3 @@ openstack.data_processing.v2 =
dataprocessing_job_binary_update = saharaclient.osc.v2.job_binaries:UpdateJobBinary
dataprocessing_job_binary_delete = saharaclient.osc.v2.job_binaries:DeleteJobBinary
dataprocessing_job_binary_download = saharaclient.osc.v2.job_binaries:DownloadJobBinary
-
-[wheel]
-universal = 1