File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313
1414DESCRIPTION = __doc__
1515LONG_DESCRIPTION = open ('README.rst' ).read () + open ('CHANGES.rst' ).read ()
16- LICENSE = 'LGPLv2+'
1716
1817CLASSIFIERS = [
1918 'Development Status :: 4 - Beta' ,
2019 'Intended Audience :: Developers' ,
2120 'Intended Audience :: Science/Research' ,
22- 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)' ,
2321 'Programming Language :: Cython' ,
2422 'Programming Language :: Python' ,
2523 'Programming Language :: Python :: 3.9' ,
4745 version = "0.8.3" ,
4846 description = DESCRIPTION ,
4947 long_description = LONG_DESCRIPTION ,
48+ long_description_content_type = "text/x-rst" ,
5049 author = 'Mikhail Korobov' ,
5150 author_email = 'kmike84@gmail.com' ,
52- license = LICENSE ,
51+ license = "LGPL-2.1-or-later" ,
5352 url = 'https://github.com/kmike/datrie' ,
5453 classifiers = CLASSIFIERS ,
5554 libraries = [('datrie' , {
You can’t perform that action at this time.
0 commit comments