diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2013-01-08 17:35:58 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-01-08 18:11:37 +0900 |
commit | e69a8917ec203edb450caf86dbe06ca7c83ca77b (patch) | |
tree | 056f5e94ca19b0f34696d1f9e3a521a0090465a2 /setup.py | |
parent | 429401a1b87bf170b56f741a319390b327b291f1 (diff) |
setup: update installation infos
- clean up setup.py and MANIFEST.in
- simplejson isn't needed anymore
- allow webob >= 1.0.8 as openstack quantum uses >= 1.0.8 version
- allow gflags >= 1.3 as Fedora 18 uses gflags 1.5
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import os import sys from setuptools import find_packages @@ -35,6 +34,7 @@ if doing_bdist: start:long_description.find('\n\n\n', start)] classifiers = [ + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Apache Software License', 'Topic :: System :: Networking', 'Natural Language :: English', |