diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b88034e --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md diff --git a/setup.py b/setup.py index 3744a0b..283f207 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='sklearn-deap', - version='0.1', + version='0.1.1', author='Rodrigo', author_email='', description='Use evolutionary algorithms instead of gridsearch in scikit-learn.', url='https://github.com/rsteca/sklearn-deap', - download_url='https://github.com/rsteca/sklearn-deap/tarball/0.1', + download_url='https://github.com/rsteca/sklearn-deap/tarball/0.1.1', classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 2',