Corrected README typo and License

master
androiddrew 7 years ago
parent e715c2bf18
commit 7636164ea1

@ -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.
```

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

Loading…
Cancel
Save