Skip to content

Commit

Permalink
Use classifiers to specify the license. (#185)
Browse files Browse the repository at this point in the history
Classifiers are a standard way of specifying a license, and make it easy
for automated tools to properly detect the license of the package.

The "license" field should only be used if the license has no
corresponding Trove classifier.
  • Loading branch information
Steap authored and neerajprad committed Jun 3, 2019
1 parent d83f644 commit 99535dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
long_description_content_type='text/markdown',
tests_require=['flake8', 'pytest>=4.1'],
keywords='probabilistic machine learning bayesian statistics',
license='MIT License',
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 99535dd

Please sign in to comment.