Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AussieSeaweed committed Nov 12, 2023
1 parent b032e94 commit 04f1243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
setup(
name='pokerkit',
version='0.3.0',
description='A Python package for various poker tools',
description='An open-source Python library for poker simulations and hand evaluations',
long_description=open('README.rst').read(),
long_description_content_type='text/x-rst',
url='https://github.com/uoftcprg/pokerkit',
author='University of Toronto Computer Poker Research Group',
author_email='uoftcprg@outlook.com',
author_email='uoftcprg@studentorg.utoronto.ca',
license='MIT',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 04f1243

Please sign in to comment.