Skip to content
Snippets Groups Projects
Commit 300f1b30 authored by nimrod's avatar nimrod
Browse files

Update URL.

parent de7424db
Branches
Tags
No related merge requests found
...@@ -49,4 +49,4 @@ Author ...@@ -49,4 +49,4 @@ Author
Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
<https://www.shore.co.il/>`_. Patches are welcome via `git send-email <https://www.shore.co.il/>`_. Patches are welcome via `git send-email
<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
at: https://www.shore.co.il/git/. at: https://git.shore.co.il/explore/.
...@@ -5,10 +5,10 @@ from setuptools import setup, find_packages ...@@ -5,10 +5,10 @@ from setuptools import setup, find_packages
setup( setup(
name="check_s3_bucket", name="check_s3_bucket",
version="0.2.4", version="0.2.4",
description="""Check that a file was added to an S3 bucket in the given time description="""Check that a file was added to an S3 bucket in the given
window and is of a reasonable size.""", time window and is of a reasonable size.""",
long_description=open("README.rst", "r").read(), long_description=open("README.rst", "r").read(),
url="https://www.shore.co.il/git/check_s3_bucket", url="https://git.shore.co.il/nimrod/check_s3_bucket",
author="Nimrod Adar", author="Nimrod Adar",
author_email="nimrod@shore.co.il", author_email="nimrod@shore.co.il",
license="MIT", license="MIT",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment