Skip to content

Commit d06d536

Browse files
committed
ReCoded Base
1 parent 7cfb11f commit d06d536

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

FileDownloader/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

PyFileDownloader/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from PyFileDownloader.PFileDownloader import Downloader

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FileDownloader
1+
# PyFileDownloader
22
**A Python module to download any file-type from the internet**
33

44
## How To Download

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
LONG_DESCRIPTION = 'A Python module to download any file-type from the internet.'
1313

1414
setup(
15-
name="FileDownloader",
15+
name="PyFileDownloader",
1616
version=VERSION,
1717
author="NotCookey",
1818
url='https://github.com/NotCookey/FileDownloader',

0 commit comments

Comments
 (0)