Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-oh committed Jun 5, 2023
1 parent a3dc67b commit ea40a9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from distutils.core import setup

setup(name='ZenGoBot',
version='1.0',
description='Zen Go, forked from AwesomeRengoBot',
packages=['distutils', 'distutils.command'],
)

0 comments on commit ea40a9f

Please sign in to comment.