From ed414d3820a2d627202117633bebe7c6852c7327 Mon Sep 17 00:00:00 2001 From: Akihiro Kuroiwa Date: Tue, 23 Aug 2022 20:42:34 +0900 Subject: [PATCH] M-x delete-duplicate-lines --- setup.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 29659f2..72cb2bc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='chess_classification', - version='0.0.2', + version='0.0.3', url='https://github.com/akuroiwa/chess-classification', # # PyPI url # download_url='', @@ -22,19 +22,18 @@ classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Console', - "Intended Audience :: Developers", - "Intended Audience :: Science/Research", - 'Intended Audience :: Education', + 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', - "Operating System :: OS Independent", + 'Intended Audience :: Education', + 'Operating System :: OS Independent', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', 'Programming Language :: Python :: 3 :: Only', # 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.7', 'Topic :: Scientific/Engineering', 'Topic :: Software Development', - "Topic :: Games/Entertainment :: Board Games", - "Topic :: Software Development :: Libraries :: Python Modules", + 'Topic :: Games/Entertainment :: Board Games', + 'Topic :: Software Development :: Libraries :: Python Modules', ], platforms='any', keywords=['classification', 'stockfish', 'transformer', 'bert', 'chess', 'fen', 'pgn'],