Skip to content

Commit

Permalink
Preparation for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
BEFH committed Sep 3, 2020
1 parent 2271ada commit fd27770
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ nosetests.xml
coverage.xml
*.cover
.hypothesis/
test*

# Translations
*.mo
Expand Down
2 changes: 2 additions & 0 deletions conda_build/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
1 change: 1 addition & 0 deletions conda_build/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$PYTHON setup.py install # Python command to install the script.
28 changes: 28 additions & 0 deletions conda_build/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package:
name: "flippyr"
version: "0.4.0"

source:
git_rev: 0.4.0
git_url: https://github.com/BEFH/flippyr.git

requirements:
build:
- python
- setuptools

run:
- python
- pyfaidx
- pandas

build:
entry_points:
- flippyr = flippyr:main

test:
imports:
-

about:
home: https://github.com/BEFH/flippyr

0 comments on commit fd27770

Please sign in to comment.