Commit 14fb795f authored by Witold Dyrka's avatar Witold Dyrka
Browse files

Update setup.py with a license classifier tag

parent 27e5cee4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ setup(
  url = 'https://git.e-science.pl/wdyrka/quantiprot',
  download_url = 'https://git.e-science.pl/wdyrka/quantiprot/repository/archive.tar.gz?ref=0.2.4',
  keywords = ['protein', 'sequence', 'quantitative', 'analysis', 'rqa', 'n-gram'],
  classifiers = [],
  classifiers = ["License :: OSI Approved :: MIT License"],
  install_requires = ['numpy>=1.11.0', 'requests>=2.10.0'],
  license='MIT',
)