File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = '1.3 '
53+ version = '1.4 '
5454# The full version, including alpha/beta/rc tags.
55- release = '1.3.5 '
55+ release = '1.4.0 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 1515KEYWORDS = ['matrix factorization' , 'nonnegative matrix factorization' ,
1616 'bioinformatics' , 'data mining' , 'machine learning' ]
1717LICENSE = 'BSD'
18- VERSION = '1.3.5 '
18+ VERSION = '1.4.0 '
1919ISRELEASED = True
2020
2121INSTALL_REQUIRES = (
@@ -127,6 +127,7 @@ def setup_package():
127127 package_dir = {DISTNAME : './nimfa' },
128128 package_data = {DISTNAME : get_package_data ('datasets' )},
129129 license = LICENSE ,
130+ long_description_content_type = 'text/markdown' ,
130131 long_description = LONG_DESCRIPTION ,
131132 classifiers = ['Intended Audience :: Science/Research' ,
132133 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments