Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-oh committed Jul 23, 2023
1 parent ca5efcc commit b9fb8b8
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 b9fb8b8

Please sign in to comment.