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