Skip to content

Commit

Permalink
add manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
kclem committed Jan 24, 2019
1 parent 495e1f9 commit 4b2b06e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CRISPResso2/CRISPRessoShared.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
else:
import cPickle as cp #python 2.7

__version__ = "2.0.22"
__version__ = "2.0.23"

###EXCEPTIONS############################
class FlashException(Exception):
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include CRISPResso2/EDNAFULL
include CRISPResso2/templates/*
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:

source:
url: https://github.com/pinellolab/CRISPResso2/archive/v2.0.22.tar.gz
md5: 050277864e3311b076bd92d0e4b5cd8a
md5: d741471e09a8df4351b0540a8d12f3cd

requirements:
build:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def main():
'Programming Language :: Cython',
],
install_requires=[
'cython>=0.25',
'numpy>=1.9',
'pandas>=0.15',
'matplotlib>=1.3.1',
Expand Down

0 comments on commit 4b2b06e

Please sign in to comment.