Skip to content

Commit 4733c3d

Browse files
authored
Merge pull request #19 from bioio-devs/toloudis-patch-1
use correct package name for bioio-base
2 parents 4b3040b + 91011e6 commit 4733c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioio/plugins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
###############################################################################
2323

2424
BIOIO_DIST_NAME = "bioio"
25-
BIOIO_BASE_DIST_NAME = "bioio-types" # TODO: Rename to bioio-base
25+
BIOIO_BASE_DIST_NAME = "bioio-base"
2626

2727

2828
class PluginEntry(NamedTuple):

0 commit comments

Comments
 (0)