Skip to content

Commit 6384aa6

Browse files
authored
Fixed license annotations
1 parent fb4e099 commit 6384aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Versions should comply with PEP440. For a discussion on single-sourcing
1313
# the version across setup.py and the project code, see
1414
# https://packaging.python.org/en/latest/single_source_version.html
15-
version='3.0.0',
15+
version='3.1.1',
1616

1717
description='Assorted tools for interacting with .gct, .gctx files and other Connectivity Map (Broad Institute) data/tools',
1818
long_description="cmapPy: Tools for interacting with .gctx and .gct files, and other Connectivity Map resources. See our documentation at http://cmappy.readthedocs.io/en/latest/, and for more information on the file formats and available resources, please see clue.io/gctx.",
@@ -25,7 +25,7 @@
2525
maintainer_email='oana@broadinstitute.org',
2626

2727
# Choose your license
28-
license='MIT 3-clause',
28+
license='BSD 3-clause',
2929

3030
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
3131
classifiers=[
@@ -40,7 +40,7 @@
4040
'Topic :: Scientific/Engineering :: Bio-Informatics',
4141

4242
# Pick your license as you wish (should match "license" above)
43-
'License :: OSI Approved :: MIT License',
43+
'License :: OSI Approved :: BSD License',
4444

4545
# Specify the Python versions you support here. In particular, ensure
4646
# that you indicate whether you support Python 2, Python 3 or both.

0 commit comments

Comments
 (0)