We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a1e39 commit 73fd11fCopy full SHA for 73fd11f
setup.py
@@ -9,13 +9,15 @@
9
'Programming Language :: Python',
10
'Programming Language :: Python :: 2',
11
'Programming Language :: Python :: 2.7',
12
+ 'Programming Language :: Python :: 3',
13
+ 'Programming Language :: Python :: 3.3',
14
'Topic :: System :: Logging',
15
]
16
17
setup(
18
name='azure-storage-logging',
- version='0.1.3',
- description='Logging handlers that send logging output to Windows Azure Storage',
19
+ version='0.2.0',
20
+ description='Logging handlers to send logging output to Windows Azure Storage',
21
long_description=open('README.rst').read(),
22
author='Michiya Takahashi',
23
author_email='[email protected]',
0 commit comments