Skip to content

Commit

Permalink
added pyyaml dependency to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
EelcoHoogendoorn committed May 2, 2016
1 parent 819c5ca commit 7c4fa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
from distutils.core import setup

import pkg_conf
import os


setup(
keywords = "numpy group_by set-operations indexing",
name=pkg_conf.PKG_NAME,
version=pkg_conf.get_version(),
packages=find_packages(),
install_requires=['pyyaml'],
description=pkg_conf.get_recipe_meta()['about']['summary'],
long_description=pkg_conf.get_readme_rst(),
author=pkg_conf.AUTHOR,
Expand Down

0 comments on commit 7c4fa76

Please sign in to comment.