Skip to content

Commit

Permalink
preparing python dist
Browse files Browse the repository at this point in the history
  • Loading branch information
claesenm committed Dec 2, 2014
1 parent da0c503 commit a0dad74
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include *.txt
include README.rst
recursive-include docs *.txt
recursive-include wrappers *.m
recursive-include docs *.rst *.png *.py
recursive-include wrappers *.m *.R
recursive-include bin *.py
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

setup(
name = 'Optunity',
version = '0.2.1',
version = '1.0.0',
author = 'Marc Claesen',
author_email = 'marc.claesen@esat.kuleuven.be',
packages = ['optunity', 'optunity.tests', 'optunity.solvers'],
@@ -11,7 +11,7 @@
license = 'LICENSE.txt',
description = 'Optimization routines for hyperparameter tuning.',
long_description = open('README.rst').read(),
classifiers = ['Development Status :: 4 - Beta',
classifiers = ['Development Status :: 5 - Production/Stable'
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',

0 comments on commit a0dad74

Please sign in to comment.