From e09188f666e449fa56e6e3e68e63d3aa789b11f5 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Wed, 6 Jul 2022 13:09:09 -0400 Subject: [PATCH] update revision control details. modified: README.rst modified: setup.py --- README.rst | 4 ++-- setup.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 1bde8a3..7352ac0 100644 --- a/README.rst +++ b/README.rst @@ -116,10 +116,10 @@ You should follow me on twitter http://twitter.com/russellbal License ========================= -Public Domain +* Public Domain Public Revision Control ============================== -https://bitbucket.org/russellballestrini/ago +* https://git.unturf.com/python/miniuri diff --git a/setup.py b/setup.py index 5b08c27..bc75a85 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,13 @@ from setuptools import setup setup( name="ago", - version="0.0.93", + version="0.0.94", description="ago: Human readable timedeltas", keywords="ago human readable time deltas timedelta datetime timestamp", long_description=open("README.rst").read(), author="Russell Ballestrini", - author_email="russell@ballestrini.net", - url="https://bitbucket.org/russellballestrini/ago/src", + author_email="russell.ballestrini@gmail.com", + url="https://git.unturf.com/python/miniuri" platforms=["All"], license="Public Domain", py_modules=["ago"],