Skip to content
This repository was archived by the owner on Sep 24, 2023. It is now read-only.

Commit a864f70

Browse files
committed
Don't install webarchive-extractor as a console script
1 parent d8dd54f commit a864f70

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

setup.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
"Operating System :: OS Independent",
2222
]
2323

24-
ENTRY_POINTS = {
25-
"console_scripts": [
26-
"webarchive-extractor = extractor:main",
27-
],
28-
}
29-
3024
setup(name=NAME,
3125
version=VERSION,
3226
author=AUTHOR,
@@ -36,5 +30,4 @@
3630
long_description_content_type=LONG_DESCRIPTION_CONTENT_TYPE,
3731
url=URL,
3832
packages=PACKAGES,
39-
classifiers=CLASSIFIERS,
40-
entry_points=ENTRY_POINTS)
33+
classifiers=CLASSIFIERS)

0 commit comments

Comments
 (0)