From c1ed5cbf77d8959ae9e242e6c6da51bd7b5d4d04 Mon Sep 17 00:00:00 2001 From: Charles Martin Date: Sun, 25 Aug 2019 22:39:26 +0200 Subject: [PATCH] updated setup procedure for pypi --- mdn/version.py | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mdn/version.py b/mdn/version.py index b650ceb..fc79d63 100644 --- a/mdn/version.py +++ b/mdn/version.py @@ -1 +1 @@ -__version__ = '0.2' +__version__ = '0.2.1' diff --git a/setup.py b/setup.py index 0bae964..f0fe4fc 100644 --- a/setup.py +++ b/setup.py @@ -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='charlepm@ifi.uio.no', url='https://github.com/cpmpercussion/keras-mdn-layer', @@ -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'], )