Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Fix references to Apache license (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Apr 17, 2018
1 parent 5bf9527 commit 8775c7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
author_email='[email protected]',
description='OpenTracing API for Python. See documentation at http://opentracing.io',
long_description='\n'+open('README.rst').read(),
license='MIT',
license='Apache License 2.0',
url='https://github.com/opentracing/opentracing-python',
keywords=['opentracing'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
Expand Down

0 comments on commit 8775c7b

Please sign in to comment.