Getting ready for PyPI.

This commit is contained in:
Simon Forman
2018-04-21 20:46:35 -07:00
parent b2a4c0e1f8
commit 92c15a73e3
4 changed files with 21 additions and 26 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ from textwrap import dedent
setup(
name='Joypy',
version='0.1',
version='0.1.0',
description='Python Implementation of Joy',
long_description=dedent('''\
Joy is a programming language created by Manfred von Thun that is easy to
@@ -37,7 +37,7 @@ setup(
url='https://osdn.net/projects/joypy',
packages=['joy', 'joy.utils'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 2.7',
],