Skip to content

Commit

Permalink
In setup.py: added classifiers indicating that this package now suppo…
Browse files Browse the repository at this point in the history
…rts Python 3, and versions 3.2, 3.3, and 3.4 in particular. Bumped the version number for the 1.0.4 release.
  • Loading branch information
SG Kassel committed Dec 2, 2014
1 parent 4ef7af2 commit 31c134c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name = 'pyaixi',
version = '1.0.3',
version = '1.0.4',
author = 'Geoff Kassel',
author_email = 'geoffkassel_at_gmail_dot_com',
packages = ['pyaixi', 'pyaixi.agents', 'pyaixi.environments', 'pyaixi.prediction', 'pyaixi.search'],
Expand All @@ -36,6 +36,10 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
Expand Down

0 comments on commit 31c134c

Please sign in to comment.