You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2024/02/29 00:16:24 UTC

(incubator-sdap-nexus) branch SDAP-511 updated: poetry lock & pyproject toml

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

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


The following commit(s) were added to refs/heads/SDAP-511 by this push:
     new 150dea3  poetry lock & pyproject toml
150dea3 is described below

commit 150dea389c5de8f299ff0a6e909272c3258fb51f
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Wed Feb 28 16:16:09 2024 -0800

    poetry lock & pyproject toml
---
 analysis/webservice/webapp.py | 3 ---
 pyproject.toml                | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/analysis/webservice/webapp.py b/analysis/webservice/webapp.py
index 01250e0..f0da8d9 100644
--- a/analysis/webservice/webapp.py
+++ b/analysis/webservice/webapp.py
@@ -23,9 +23,6 @@ import tornado.web
 from tornado.routing import Rule, RuleRouter, AnyMatches
 from tornado.options import define, options, parse_command_line
 
-from webservice.redirect import RemoteCollectionMatcher
-from webservice.nexus_tornado.app_builders import NexusAppBuilder
-from webservice.nexus_tornado.app_builders import RedirectAppBuilder
 from analysis.webservice.redirect import RemoteCollectionMatcher
 from analysis.webservice.nexus_tornado.app_builders import NexusAppBuilder
 from analysis.webservice.nexus_tornado.app_builders import RedirectAppBuilder
diff --git a/pyproject.toml b/pyproject.toml
index 0add807..12837f2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "Apache-2.0"
 readme = "README.md"
 packages = [
     { include = "analysis/webservice" },
-    { include = "data-access/nexustiles" }
+    { include = "nexustiles", from = "data-access" }
 ]
 repository = "https://github.com/apache/incubator-sdap-nexus"
 exclude = ["docs", "tests"]