tanliyon / gym-xiangqi

This repo sets up the environment to play Xiang Qi (chinese chess) following the OpenAI Gym framework.
GNU Lesser General Public License v3.0
32 stars 6 forks source link

Prepare for 1.0.0 release candidate publishing 0 #67

Closed hojoungjang closed 3 years ago

hojoungjang commented 3 years ago

Description

The purpose of this PR to add necessary changes to prepare for 1.0.0 release.

This PR adds the following:

  1. Add setuptools-scm library to automate version name update when publishing to PyPI
  2. Change some details not updated in README.md
  3. Move all the test scripts out of gym_xiangqi module and into the test directory

Type of change

How has this been tested?

I need to experiment this changes with the GitHub Actions publishing workflow once it is merged on main.