Skip to content

Commit

Permalink
Minor change/cleanup to pyproject.toml - trying to trigger build - no…
Browse files Browse the repository at this point in the history
…t doing it for some reason.
  • Loading branch information
dmichaels-harvard committed Sep 29, 2023
1 parent 6f2bb71 commit 57e96b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ extract-test-data = "encoded.commands.extract_test_data:main"
generate-local-access-key = "snovault.commands.generate_local_access_key:main"
generate-ontology = "encoded.commands.generate_ontology:main"
import-data = "encoded.commands.import_data:main"
#ingestion-listener = "encoded.ingestion.ingestion_listener:main"
ingestion-listener = "snovault.ingestion.ingestion_listener:main"
jsonld-rdf = "encoded.commands.jsonld_rdf:main"
load-access-keys = "encoded.commands.load_access_keys:main"
Expand All @@ -219,7 +218,6 @@ main = "encoded:main"

[paste.composite_factory]
indexer = "snovault.elasticsearch.es_index_listener:composite"
#ingester = "encoded.ingestion_listener:composite"
ingester = "snovault.ingestion.ingestion_listener:composite"

[paste.filter_app_factory]
Expand Down

0 comments on commit 57e96b4

Please sign in to comment.