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:18 UTC

[incubator-sdap-nexus] branch test1 created (now 2f421d6)

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

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


      at 2f421d6  fix name

This branch includes the following new commits:

     new 2f421d6  fix name

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by sk...@apache.org.
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",