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:11:24 UTC

[incubator-sdap-nexus] branch test created (now 8f62bdf)

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

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


      at 8f62bdf  Update setup.py

This branch includes the following new commits:

     new 8f62bdf  Update setup.py

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: Update setup.py

Posted by sk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8f62bdf6c406d63daa0b02f769a47f5853023d4d
Author: skorper <st...@gmail.com>
AuthorDate: Thu Jun 29 20:11:16 2023 -0700

    Update setup.py
---
 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",