Skip to content

Commit

Permalink
[DOP-11096] Add tricoder entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Dec 19, 2023
1 parent 1a4b875 commit a2a71bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def parse_requirements(file: Path) -> list[str]:
"CI/CD": "https://github.com/MobileTeleSystems/etl-entities/actions",
"Tracker": "https://github.com/MobileTeleSystems/etl-entities/issues",
},
entry_points={"tricoder_package_spy.register": ["etl-entities=etl_entities"]},
python_requires=">=3.7",
install_requires=requirements,
include_package_data=True,
Expand Down

0 comments on commit a2a71bc

Please sign in to comment.