Skip to content

Commit

Permalink
Additional classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch authored Oct 15, 2019
1 parent bfdb74a commit bdcb2bf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

setup(
name='keras-complex',
version='0.1.1',
description='Complex-values in Keras - Deep learning for humans',
version='0.1.2',
description='Complex values in Keras - Deep learning for humans',
license='MIT',
long_description=DESCRIPTION,
long_description_content_type="text/markdown",
Expand All @@ -31,7 +31,11 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Documentation :: Sphinx',
'Natural Language :: English'
],
python_requires='>=3.6',
)

0 comments on commit bdcb2bf

Please sign in to comment.