From b2a5be5f131a1beb8261a9861ac8ef1d57354d6d Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Fri, 12 Nov 2021 21:56:59 -0800 Subject: [PATCH] Update build.py (#7) Change name to lava-dl to fix dist generation --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index d36a008e..8382358a 100644 --- a/build.py +++ b/build.py @@ -11,7 +11,7 @@ use_plugin("python.pycharm") use_plugin('pypi:pybuilder_bandit') -name = "lava-nc/lava-dl" +name = "lava-dl" default_task = ["analyze", "publish"] version = "0.1.0" summary = "A library of deep learning tools, which consists of lava.lib.dl.slayer and lava.lib.dl.netx for training and deployment of event-based deep neural networks on traditional as well as neuromorphic backends. Lava-DL is part of Lava Framework "