Skip to content

Commit

Permalink
Merge pull request #3 from katie-oh/docker-debug
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
katie-oh authored Jul 23, 2023
2 parents dc99ffa + 98cab4b commit 5e462d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs")
# os.system("cargo install sgf-render")

setup(name='ZenGoBot',
version='1.0',
description='Zen Go, forked from AwesomeRengoBot',
py_modules=['sgfengine', 'rengobot'],
scripts=["scripts/install-sgf-render"],
)
# setup(name='ZenGoBot',
# version='1.0',
# description='Zen Go, forked from AwesomeRengoBot',
# py_modules=['sgfengine', 'rengobot'],
# scripts=["scripts/install-sgf-render"],
# )

0 comments on commit 5e462d1

Please sign in to comment.