Skip to content

Commit

Permalink
Added Layers to Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnam19 committed Oct 16, 2017
1 parent ecccd46 commit d2ab55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'networks',
packages = ['networks'],
packages = ['networks','networks/layers','networks/layers/util/','networks/layers/descent/'],
version = '0.3', # Ideally should be same as your GitHub release tag varsion
description = 'Allows to create NN models',
author = 'Shharrnam Chhatpar',
Expand Down

0 comments on commit d2ab55f

Please sign in to comment.