Skip to content

Commit 84ba44c

Browse files
committed
naming
1 parent 5f5a609 commit 84ba44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_dist(pkgname):
2828
author = 'Alexander Amini', # Type in your name
2929
author_email = '[email protected]', # Type in your E-Mail
3030
url = 'http://introtodeeplearning.com', # Provide either the link to your github or to your website
31-
download_url = 'https://github.com/aamini/introtodeeplearning_labs/archive/v0.5.5.tar.gz', # I explain this later on
31+
download_url = 'https://github.com/aamini/introtodeeplearning/archive/v0.5.5.tar.gz', # I explain this later on
3232
keywords = ['deep learning', 'neural networks', 'tensorflow', 'introduction'], # Keywords that define your package best
3333
install_requires=install_deps,
3434
classifiers=[

0 commit comments

Comments
 (0)