Skip to content

Commit

Permalink
M-x delete-duplicate-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
akuroiwa committed Aug 23, 2022
1 parent 68608ce commit ed414d3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='',
Expand All @@ -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'],
Expand Down

0 comments on commit ed414d3

Please sign in to comment.