CORD-1743: Fixed errors for pypi upload. Version set to 0.0.1 - will be bumped to
1.0 at release time.

Change-Id: I724141e0c0eb70aa8df4647ad15adffa2ed7c51f
diff --git a/setup.py b/setup.py
index 6ff2a91..2d54b3b 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
 from setuptools import setup
 
 setup(name='multistructlog',
-      version='1.0',
+      version='0.9',
       description='structlog with multiple simultaneous logging backends',
       author='Varun Belur, Sapan Bhatia',
       author_email='varun@opennetworking.org,sapan@opennetworking.org',
@@ -26,7 +26,6 @@
       classifiers=[
           'Development Status :: 5 - Production/Stable',
           'Intended Audience :: Developers',
-          'Intended Audience :: Telecommunications Industry'
           'Topic :: System :: Logging',
           'License :: OSI Approved :: Apache Software License',
           'Programming Language :: Python :: 2.7'