Commit 32312ad8 by Serbaf

Fix to documentation

parent 47f3ea5d
......@@ -4,7 +4,7 @@ Tweet Model
.. image:: https://img.shields.io/pypi/v/tweet_model.svg
:target: https://pypi.python.org/pypi/tweet_model
:target: https://pypi.python.org/pypi/tweet_model_serpucga
.. image:: https://img.shields.io/travis/Serbaf/tweet_model.svg
:target: https://travis-ci.org/Serbaf/tweet_model
......
......@@ -13,9 +13,9 @@ with open('HISTORY.rst') as history_file:
requirements = ['Click>=6.0', ]
setup_requirements = [ ]
setup_requirements = []
test_requirements = [ ]
test_requirements = []
setup(
author="Sergio Puche García",
......@@ -33,7 +33,8 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
description="A modelization of a tweet object with convenient features and functionalities",
description="A modelization of a tweet object with convenient features " +
"and functionalities",
entry_points={
'console_scripts': [
'tweet_model=tweet_model.cli:main',
......@@ -50,6 +51,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/Serbaf/tweet_model',
version='0.3.0',
version='0.3.1',
zip_safe=False,
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment