From 04f1243ecf64826b2d63c103c63750c26f96895a Mon Sep 17 00:00:00 2001 From: Juho Kim Date: Sun, 12 Nov 2023 10:43:22 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c78fef2e..09280f3e 100644 --- a/setup.py +++ b/setup.py @@ -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',