Updated README
2 files changed, 2 insertions(+), 1 deletions(-) M .gitignore M setup.cfg
M .gitignore => .gitignore +1 -0
@@ 1,1 1,2 @@ /**/__pycache__/ +/dist/
M setup.cfg => setup.cfg +1 -1
@@ 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