Loading README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -49,4 +49,4 @@ Author Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website <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 at: https://www.shore.co.il/git/. at: https://git.shore.co.il/explore/. setup.py +3 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ from setuptools import setup, find_packages setup( name="check_s3_bucket", version="0.2.4", description="""Check that a file was added to an S3 bucket in the given time window and is of a reasonable size.""", description="""Check that a file was added to an S3 bucket in the given time window and is of a reasonable size.""", 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_email="nimrod@shore.co.il", license="MIT", Loading Loading
README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -49,4 +49,4 @@ Author Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website <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 at: https://www.shore.co.il/git/. at: https://git.shore.co.il/explore/.
setup.py +3 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ from setuptools import setup, find_packages setup( name="check_s3_bucket", version="0.2.4", description="""Check that a file was added to an S3 bucket in the given time window and is of a reasonable size.""", description="""Check that a file was added to an S3 bucket in the given time window and is of a reasonable size.""", 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_email="nimrod@shore.co.il", license="MIT", Loading