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 <[email protected]> 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",
