Skip to content

Commit

Permalink
Corrected setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eulersson committed Oct 6, 2016
1 parent 0c20fa0 commit 7a873cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
version='0.1.0',
description='An NCCA renderfarm SFTP watcher',
url='https://github.com/docwhite/cerda',
download_url='https://github.com/docwhite/cerda/tarball/0.1.0',
author='Ramon Blanquer',
author_email='[email protected]',
license='MIT',
keywords='renderfarm ncca transfer files watch',
keywords='renderfarm ncca transfer files watch notification email dropbox',
packages=find_packages(exclude=['docs', 'test']),
install_requires=['coloredlogs', 'dropbox', 'pysftp'],
extras_require={
Expand Down

0 comments on commit 7a873cd

Please sign in to comment.