Skip to content

Commit

Permalink
Add console script entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
betsybookwyrm committed Feb 21, 2022
1 parent 476c1cf commit 530d05f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package_dir =
= src
packages = find:
python_requires = >=3.8
include_package_data = True

[options.packages.find]
where = src
Expand All @@ -29,6 +30,10 @@ where = src
development =
nox >= 2021.10.1

[options.entry_points]
console_scripts =
tidy_tweet = tidy_tweet.__main__:tidy_twarc_jsons

[flake8]
# Copied from https://sbarnea.com/lint/black/
# Recommend matching the black line length (default 88),
Expand Down

0 comments on commit 530d05f

Please sign in to comment.