Skip to content

Commit

Permalink
Updated setup.py for version 1.0.0 pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Mar 17, 2015
1 parent dc21719 commit 8ec11f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

setup_args = {}

required = {'param':">=0.0.1",
required = {'param':">=1.3.1",
'numpy':">=1.0",
'matplotlib':">=1.1"}
'matplotlib':">=1.3"}

packages_to_install = [required]
packages_to_state = [required]
Expand All @@ -31,7 +31,7 @@
setup_args.update(dict(
name='holoviews',
version="1.0",
description='Composable, declarative data structures for building complex visualizations in Python.',
description='Composable, declarative data structures for building complex visualizations easily.',
long_description=open('README.rst').read(),
author= "Jean-Luc Stevens and Philipp Rudiger",
author_email= "[email protected]",
Expand All @@ -51,7 +51,7 @@
'holoviews.ipython': ['*.jinja']},
classifiers = [
"License :: OSI Approved :: BSD License",
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
Expand Down

0 comments on commit 8ec11f8

Please sign in to comment.