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',