Skip to content

Commit

Permalink
Add license field to setup.py (piskvorky#1909)
Browse files Browse the repository at this point in the history
* setup.py was missing the license field

* upd license
  • Loading branch information
nils-werner authored and sj29-innovate committed Feb 21, 2018
1 parent 96ac629 commit 4f00ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ def finalize_options(self):

url='http://radimrehurek.com/gensim',
download_url='http://pypi.python.org/pypi/gensim',

license='LGPLv2.1',

keywords='Singular Value Decomposition, SVD, Latent Semantic Indexing, '
'LSA, LSI, Latent Dirichlet Allocation, LDA, '
Expand Down

0 comments on commit 4f00ed9

Please sign in to comment.