Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
update topik recipe for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Nov 30, 2015
1 parent c977343 commit b2c1c78
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions conda-recipes/topik/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
package:
name: topik
version: 0.2.1
build:
# Optional Python entry points
entry_points:
# This creates an entry point named topik that calls
# topik.cli.run()
- topik = topik.cli:run
version: 0.3.0

source:
git_url: git://github.com/ContinuumIO/topik.git
git_tag: v0.2.1
git_tag: v0.3.0

requirements:
build:
Expand Down Expand Up @@ -54,6 +48,13 @@ requirements:
- matplotlib
- smart_open

build:
# Optional Python entry points
entry_points:
# This creates an entry point named topik that calls
# topik.cli.run()
- topik = topik.cli:run

test:
imports:
- topik
Expand Down

0 comments on commit b2c1c78

Please sign in to comment.