Skip to content

Commit

Permalink
fix pypi setup and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Soni committed Aug 8, 2018
1 parent d2f5b67 commit 84d53ca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

setup(
name='Adversary',
version='1.0',
version='1.1',
packages=['tests', 'Adversary'],
url='https://github.com/airbnb/artificial-adversary',
license='MIT',
author='Devin Soni',
author_email='[email protected]',
description='Creates adversarial text examples for machine learning models'
description='Creates adversarial text examples for machine learning models',
install_requires=[
'pandas',
'nltk',
'textblob'
],
)

0 comments on commit 84d53ca

Please sign in to comment.