File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ To use this project, you need the following:
25
25
26
26
27
27
``` bash
28
- git clone https://github.com/pydevcasts/Email_Handler .git
29
- cd Email_Handler
28
+ git clone https://github.com/pydevcasts/ResumeRover .git
29
+ cd ResumeRover
30
30
python -m venv venv
31
31
source ./venv /bin/activate
32
32
# You can install the libraries using pip:
@@ -37,7 +37,7 @@ python run_getmail.py
37
37
python run_sender.py
38
38
39
39
# # Project Structure
40
- Email_Handler /
40
+ ResumeRover /
41
41
└── Bot
42
42
├── email_sender.py # Main file for sending emails
43
43
├── utils.py # Helper functions for managing emails
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
3
setup (
4
- name = 'email_handler ' , # Package name in lowercase
4
+ name = 'ResumeRover ' , # Package name in lowercase
5
5
version = '1.0.0' ,
6
6
packages = find_packages (where = '.' ), # Automatically find packages
7
7
install_requires = [
You can’t perform that action at this time.
0 commit comments