Skip to content

Commit

Permalink
rev to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Fisher committed Oct 13, 2016
1 parent 9a61cda commit 3299e1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Expand Up @@ -5,15 +5,15 @@

install_requires = [
'openpyxl>=2.1.4',
'MarkupSafe>=0.21'
'six>=1.10.0'
]

if sys.version_info < (2, 7):
install_requires.append('ordereddict>=1.1')

setup(
name='copytext',
version='0.1.10',
version='0.2.0',
description='A library for accessing a spreadsheet as a native Python object suitable for templating.',
long_description=open('README').read(),
author='NPR Visuals Team',
Expand All @@ -29,6 +29,9 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
],
py_modules=['copytext'],
Expand Down

0 comments on commit 3299e1f

Please sign in to comment.