Skip to content

Commit

Permalink
Updates setup.py to ready for 1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pathunstrom committed Oct 13, 2017
1 parent b9e0ce7 commit f78cd06
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

setup(
name='ppb-vector',
version='0.2',
version='1.0',
packages=['ppb_vector'],
url='http://github.com/pathunstrom/ppb-vector',
license='',
license='Artistic',
author='Piper Thunstrom',
author_email='pathunstrom@gmail.com',
description='A basic game development Vector2 class.',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.6',
'LICENSE :: OSI APPROVED :: ARTISTIC LICENSE'
]
)

0 comments on commit f78cd06

Please sign in to comment.