Skip to content

Commit

Permalink
some fixes for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo committed Jan 6, 2016
1 parent 4e9bace commit e314b85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e314b85

Please sign in to comment.