Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 865f2a8

Browse files
committed
fix: setup.cfg entrypoints for precommit
1 parent 5b32e93 commit 865f2a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ python_requires = >=3.7
2727
[options.data_files]
2828
asort.version = VERSION.txt
2929

30+
[options.entry_points]
31+
console_scripts =
32+
asort=asort.main:main
33+
3034
[options.packages.find]
3135
where = src
3236

0 commit comments

Comments
 (0)