Skip to content

Commit

Permalink
Fix import name
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Aug 5, 2022
1 parent 5ffa6e7 commit 09a5a0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set data = load_setup_py_data() %}

package:
name: singlestore
name: singlestoredb
version: {{ data.get('version') }}

source:
Expand All @@ -24,13 +24,13 @@ requirements:

test:
imports:
- singlestore
- singlestoredb
requires:
- coverage
- nose2
- pandas
commands:
- nose2 -v singlestore.tests.test_basics
- nose2 -v singlestoredb.tests.test_basics

about:
home: https://github.com/singlestore-labs/singlestore-python
Expand Down

0 comments on commit 09a5a0a

Please sign in to comment.