From 7636164ea1dbacf92339b30582dc412a594dd4fc Mon Sep 17 00:00:00 2001 From: androiddrew Date: Tue, 3 Jul 2018 19:32:12 -0400 Subject: [PATCH] Corrected README typo and License --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7efe3ca..dbad642 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $ export NEWS_DB=postgresql://apistar:local@localhost/news ``` ## Console Script -A console script os provided for testing via the Werkzueg development server. +A console script is provided for testing via the Werkzueg development server. ``` diff --git a/setup.py b/setup.py index 6b00d72..031e9ef 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ dev_requirements = [ setup( name='news', - version='0.2.0', + version='0.2.1', description="A ReSTful api for storing and retrieving news articles", long_description=readme + '\n\n' + history, long_description_content_type='text/markdown', @@ -56,7 +56,7 @@ setup( packages=find_packages(include=['news', 'scripts']), include_package_data=True, install_requires=requirements, - license='BSD', + license='MIT', keywords='news spyglass', classifiers=[ 'Development Status :: 2 - Pre-Alpha',