Skip to content

Commit

Permalink
adds subpackages to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tfjgeorge committed Apr 14, 2020
1 parent c386eea commit 366d5f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
author='tfjgeorge',
author_email='tfjgeorge@gmail.com',
license='MIT',
packages=['nngeometry'],
packages=['nngeometry',
'nngeometry.generator',
'nngeometry.object'],
install_requires=['torch>=1.0.0'],
zip_safe=False)

0 comments on commit 366d5f5

Please sign in to comment.