Skip to content

Commit bdcb2bf

Browse files
Additional classifiers
1 parent bfdb74a commit bdcb2bf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
setup(
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",
@@ -31,7 +31,11 @@
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
)

0 commit comments

Comments
 (0)