Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaoYamaoka committed Nov 15, 2020
1 parent 641cee2 commit f45e7de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,17 @@ def finalize_options(self):

setup(
name='cshogi',
version='0.0.6',
version='0.0.7',
packages=['cshogi', 'cshogi.usi', 'cshogi.gym_shogi', 'cshogi.gym_shogi.envs'],
ext_modules=ext_modules,
cmdclass={'build_ext': my_build_ext},
install_requires=['numpy', 'Cython'],
author='Tadao Yamaoka',
url='https://github.com/TadaoYamaoka/cshogi',
description = 'A fast Python shogi library',
classifiers=[
"Programming Language :: Python :: 3",
'License :: OSI Approved :: GNU General Public License (GPL)',
"Operating System :: OS Independent",
],
)

0 comments on commit f45e7de

Please sign in to comment.