From ad2f128e16baac80610c551c9210e0078f06b255 Mon Sep 17 00:00:00 2001 From: Thomas Ieong Date: Sat, 23 Oct 2021 15:13:13 +0200 Subject: [PATCH] Updated README --- .gitignore | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e5c1053..2a0e7af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /**/__pycache__/ +/dist/ diff --git a/setup.cfg b/setup.cfg index 1f097e5..82e13a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,4 +23,4 @@ install_requires = [options.entry_points] console_scripts = - ***REMOVED*** = download_course.download_course:main + download_REPLACE_ME_course = download_course.download_course:main -- 2.45.2