From a1d67bc5b7b490a30f391327467a013e85c4b82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Lang?= Date: Thu, 31 Oct 2019 13:24:06 -0300 Subject: [PATCH] Small changes --- HISTORY.rst | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a105e8bf..2dd7fce3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.1.0 (2019-05-22) ------------------- +0.1 (2019-10-31 🎃) +------------------- * First release on PyPI. diff --git a/setup.py b/setup.py index 152b3893..ee4f7dfa 100644 --- a/setup.py +++ b/setup.py @@ -57,14 +57,14 @@ license="GNU General Public License v3", long_description=readme + '\n\n' + history, include_package_data=True, - keywords='', + keywords='faraday integration', name='faraday_agent_dispatcher', packages=find_packages(include=['faraday_agent_dispatcher', 'faraday_agent_dispatcher.*']), use_scm_version=False, setup_requires=setup_requirements, test_suite='tests', tests_require=test_requirements, - url='https://github.com/EricHorvat/faraday_agent_dispatcher', + url='https://github.com/infobyte/faraday_agent_dispatcher', version='0.1', zip_safe=False, )