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 7
7
8
8
setup (
9
9
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' ,
12
12
license = 'MIT' ,
13
13
long_description = DESCRIPTION ,
14
14
long_description_content_type = "text/markdown" ,
31
31
'Programming Language :: Python :: 3.6' ,
32
32
'Programming Language :: Python :: 3.7' ,
33
33
'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'
35
39
],
36
40
python_requires = '>=3.6' ,
37
41
)
You can’t perform that action at this time.
0 commit comments