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"],