File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 77
88setup (
99 name = 'keras-complex' ,
10- version = '0.1.1 ' ,
11- description = 'Complex- values in Keras - Deep learning for humans' ,
10+ version = '0.1.2 ' ,
11+ description = 'Complex values in Keras - Deep learning for humans' ,
1212 license = 'MIT' ,
1313 long_description = DESCRIPTION ,
1414 long_description_content_type = "text/markdown" ,
3131 'Programming Language :: Python :: 3.6' ,
3232 'Programming Language :: Python :: 3.7' ,
3333 'Topic :: Software Development :: Libraries' ,
34- 'Topic :: Software Development :: Libraries :: Python Modules'
34+ 'Topic :: Software Development :: Libraries :: Python Modules' ,
35+ 'Topic :: Scientific/Engineering :: Artificial Intelligence' ,
36+ 'Topic :: Scientific/Engineering :: Mathematics' ,
37+ 'Topic :: Documentation :: Sphinx' ,
38+ 'Natural Language :: English'
3539 ],
3640 python_requires = '>=3.6' ,
3741)
You can’t perform that action at this time.
0 commit comments