Skip to content

Commit

Permalink
Fixed misspelled value in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cbefus committed Jan 7, 2020
1 parent 339ee76 commit a20c827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,15 +5,15 @@

setup(
name='eynnyd',
version='0.2.0',
version='0.3.0',
description='A light-weight wsgi web framework',
long_description=readme,
long_description_content_type='text/markdown',
author='Chad Befus',
author_email='crbefus@gmail.com',
url='https://eynnyd.readthedocs.io/en/latest/',
license='MIT License',
install_requies=[
install_requires=[
'arrow==0.14.4',
'optional.py==1.0.0'
],
Expand Down

0 comments on commit a20c827

Please sign in to comment.