Skip to content

Commit

Permalink
Update license specifiec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed May 25, 2022
1 parent 2135a24 commit de9eda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'Source': 'https://github.com/pika/pika',
},
packages=setuptools.find_packages(include=['pika', 'pika.*']),
license='BSD',
license='BSD-3-Clause',
install_requires=requirements,
package_data={'': ['LICENSE', 'README.rst']},
extras_require={
Expand All @@ -38,7 +38,7 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit de9eda0

Please sign in to comment.