Skip to content

Commit

Permalink
update setup package name
Browse files Browse the repository at this point in the history
  • Loading branch information
TrungNT committed Jan 24, 2019
1 parent 03b82ab commit 181f07a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
'''

setup(
name='odin',
name='odin-ai',
version='0.1',
description="Deep learning for research and production",
long_description=long_description,
url='https://github.com/imito/odin',
url='https://github.com/imito/odin-ai',
author='Trung Ngo Trong',
author_email='trung@imito.ai',
license='MIT',
Expand All @@ -38,7 +38,7 @@
'Operating System :: POSIX :: Linux',
],
keywords='tensorflow pytorch machine learning neural networks deep learning bayesian',
packages=find_packages(exclude=['examples', 'docs', 'tests']),
packages=find_packages(exclude=['examples', 'examples/*', 'docs', 'tests']),
# scripts=['bin/speech-augmentation', 'bin/speech-test'],
install_requires=['numpy>=1.9.1',
'scipy>=0.14',
Expand Down

0 comments on commit 181f07a

Please sign in to comment.