Skip to content

Commit

Permalink
Merge pull request #5 from katie-oh/docker-debug
Browse files Browse the repository at this point in the history
setup
  • Loading branch information
katie-oh authored Jul 23, 2023
2 parents 80a8baa + b9fb8b8 commit 81a125b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from setuptools import setup
# from distutils.core import setup

setup(name='ZenGoBot',
version='1.0',
description='Zen Go, forked from AwesomeRengoBot',
py_modules=['sgfengine', 'rengobot'],
)

0 comments on commit 81a125b

Please sign in to comment.