Skip to content

Commit 0945457

Browse files
committed
Update email_handler to ResumeRover
1 parent 10e2561 commit 0945457

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ To use this project, you need the following:
2525

2626

2727
```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
3030
python -m venv venv
3131
source ./venv /bin/activate
3232
#You can install the libraries using pip:
@@ -37,7 +37,7 @@ python run_getmail.py
3737
python run_sender.py
3838

3939
## Project Structure
40-
Email_Handler/
40+
ResumeRover/
4141
└── ‌Bot
4242
├── email_sender.py # Main file for sending emails
4343
├── utils.py # Helper functions for managing emails

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
name='email_handler', # Package name in lowercase
4+
name='ResumeRover', # Package name in lowercase
55
version='1.0.0',
66
packages=find_packages(where='.'), # Automatically find packages
77
install_requires=[

0 commit comments

Comments
 (0)