Skip to content

Commit

Permalink
Add python_requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 23, 2019
1 parent b1c28f1 commit 643df2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -97,6 +97,7 @@ def get_setup_version(reponame):
setup_args.update(dict(
name='holoviews',
version=get_setup_version("holoviews"),
python_requires=">=2.7",
install_requires=install_requires,
extras_require=extras_require,
description='Stop plotting your data - annotate your data and let it visualize itself.',
Expand Down

0 comments on commit 643df2c

Please sign in to comment.