Skip to content

Commit

Permalink
test local added to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi committed Mar 3, 2018
1 parent 41fd0e9 commit d6e3107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup, find_packages

setup(name='speechpy',
version='2.1',
version='2.2',
description='The python package for extracting speech features.',
author='Amirsina Torfi',
author_email='amirsina.torfi@gmail.com',
url='https://github.com/astorfi/speech_feature_extraction',
url='https://github.com/astorfi/speechpyn',
packages=find_packages(exclude=('tests', 'docs')),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit d6e3107

Please sign in to comment.