modified: ago/__init__.py
modified: setup.py
This commit is contained in:
parent
16d2dc15f6
commit
f54872700a
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
from ago import *
|
||||
from .ago import *
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="ago",
|
||||
version="0.0.94",
|
||||
version="0.0.95",
|
||||
description="ago: Human readable timedeltas",
|
||||
keywords="ago human readable time deltas timedelta datetime timestamp",
|
||||
long_description=open("README.rst").read(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue