Skip to content
Permalink
master
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
from setuptools import setup, find_packages
version = '0.0.1'
setup(name='Checkers AI', # Feel free to change this
version=version,
author='Team 2', # feel free to change this, too
url=r'https://github.uconn.edu/ofk13001/checkers-ai',
packages=find_packages())