Skip to content

Commit

Permalink
Add json processing utils from @drobinson00 and @jdye64
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJar committed Nov 21, 2024
1 parent 0dfa865 commit fd2d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def read_requirements(file_name):
author_email="[email protected]",
classifiers=[],
description="Python client for the nv-ingest service",
entry_points={"console_scripts": ["nv-ingest-cli=nv_ingest_client.nv_ingest_cli:main"]},
entry_points={"console_scripts": ["nv-ingest-cli=nv_ingest_client.nv_ingest_cli:main", "process-json-files=nv_ingest_client.util.process_json_files:main"]},
install_requires=combined_requirements,
name="nv_ingest_client",
package_dir={"": "src"},
Expand Down

0 comments on commit fd2d166

Please sign in to comment.