Skip to content

Commit

Permalink
Preparation for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
hiive committed Feb 17, 2020
1 parent 4883a19 commit 032ae20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ def readme():


setup(name='mlrose-hiive',
version='2.1.0.hiive',
version='2.1.0',
description="MLROSe: Machine Learning, Randomized Optimization and"
+ " Search",
long_description=readme(),
long_description_content_type='text/markdown',
url='https://github.com/hiive/mlrose',
author='Genevieve Hayes (modified by Andrew Rollings)',
license='BSD',
download_url='https://github.com/hiive/mlrose/archive/2.1.0.hiive.tar.gz',
download_url='https://github.com/hiive/mlrose/archive/2.1.0.tar.gz',
classifiers=[
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 032ae20

Please sign in to comment.