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