Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jun 5, 2016
1 parent f7b3bcd commit 754ec6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import Extension
import os

VERSION="0.2"
VERSION="0.3"

EXTRA_COMPILE_ARGS = ['-std=c++11', '-pedantic']
EXTRA_LINK_ARGS=[]
Expand Down Expand Up @@ -41,7 +41,7 @@
extra_compile_args=EXTRA_COMPILE_ARGS,
extra_link_args=EXTRA_LINK_ARGS)],
"scripts": ["sourmash"],
"install_requires": ["khmer>=2.0", "PyYAML>=3.11"]
"install_requires": ["screed>=0.9", "PyYAML>=3.11"]
}

setup(**SETUP_METADATA)
Expand Down

0 comments on commit 754ec6a

Please sign in to comment.