Skip to content

Commit

Permalink
updated setup procedure for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Aug 25, 2019
1 parent fbf95e1 commit c1ed5cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mdn/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2'
__version__ = '0.2.1'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
version=version['__version__'],
description=('An MDN Layer for Keras using TensorFlow Probability.'),
long_description=long_description,
long_description_content_type="text/markdown",
author='Charles Martin',
author_email='[email protected]',
url='https://github.com/cpmpercussion/keras-mdn-layer',
Expand All @@ -30,7 +31,6 @@
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: MIT Licese'],
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License'],
)

0 comments on commit c1ed5cb

Please sign in to comment.