You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by sk...@apache.org on 2023/06/30 03:13:19 UTC

[incubator-sdap-nexus] 01/01: fix name

This is an automated email from the ASF dual-hosted git repository.

skperez pushed a commit to branch test1
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit 2f421d6c0de0d41c2b87bab5f2b6b0fc491f42c0
Author: skorper <st...@gmail.com>
AuthorDate: Thu Jun 29 20:13:08 2023 -0700

    fix name
---
 analysis/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/analysis/setup.py b/analysis/setup.py
index 99cd707..543b08b 100644
--- a/analysis/setup.py
+++ b/analysis/setup.py
@@ -32,7 +32,7 @@ except (CalledProcessError, IOError) as e:
 
 
 setuptools.setup(
-    name="nexusanalysis",
+    name="test",
     version=__version__,
     url="https://github.com/apache/incubator-sdap-nexus",