Skip to content

Commit

Permalink
Added missing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zq99 committed Jul 2, 2022
1 parent 511327e commit d773c7d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@

setup(
name='pgn2data',
version='0.0.6',
version='0.0.7',
packages=['converter', 'common', 'testing'],
url='',
url='https://github.com/zq99/pgn2data',
python_requires=">=3.7",
classifiers=classifiers,
license='GPL-3.0+',
author='zq99',
author_email='zq99@hotmail.com',
keywords=['CHESS', 'PGN', 'NOTATION', 'DATA', 'FORSYTH–EDWARDS NOTATION', 'CSV', 'DATASET', 'DATABASE',
'NORMALIZATION', 'TABULATION', 'STRUCTURED DATA'],
'NORMALIZATION', 'TABULATION', 'STRUCTURED DATA', 'SQL', 'TABLE', 'EXCEL'],
install_requires=[
'chess'
'chess',
'pandas'
],
long_description=open('README.md').read(),
long_description_content_type='text/markdown; charset=UTF-8; variant=GFM',
Expand Down

0 comments on commit d773c7d

Please sign in to comment.