Skip to content
Permalink
dbd15e1c8b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (8 sloc) 250 Bytes
from distutils.core import setup
setup(
name='Slack Bot',
version='1.0',
description='An awesome chat bot developed to interact with slack users',
author='Wallef Reis Borges',
author_email='reisborw@cucollege.coventry.ac.uk',
)