We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5a609 commit 84ba44cCopy full SHA for 84ba44c
setup.py
@@ -28,7 +28,7 @@ def get_dist(pkgname):
28
author = 'Alexander Amini', # Type in your name
29
author_email = '[email protected]', # Type in your E-Mail
30
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
+ download_url = 'https://github.com/aamini/introtodeeplearning/archive/v0.5.5.tar.gz', # I explain this later on
32
keywords = ['deep learning', 'neural networks', 'tensorflow', 'introduction'], # Keywords that define your package best
33
install_requires=install_deps,
34
classifiers=[
0 commit comments