Skip to content

Commit

Permalink
Update setup.py for 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Janzert committed Jun 7, 2021
1 parent 6156340 commit e8cbca6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,23 @@
README = open(os.path.join(here, 'readme.rst')).read()

setup(name='AEI',
version='1.2',
version='1.3.0',
description='Arimaa Engine Interface tools',
long_description=README,
long_description_content_type='text/x-rst',
classifiers=["Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Intended Audience :: Developers",
"Topic :: Games/Entertainment :: Board Games", ],
author='Janzert',
author_email='[email protected]',
url='http://arimaa.janzert.com/aei',
url='https://arimaa.janzert.com/aei',
project_urls={
'Source Code': 'https://github.com/janzert/aei',
},
keywords='Arimaa',
python_requires='>=2.7',
packages=find_packages(),
entry_points="""\
[console_scripts]
Expand Down

0 comments on commit e8cbca6

Please sign in to comment.