release 0.0.8
user: russellballestrini branch 'default' changed README.rst changed ago.py changed setup.py
This commit is contained in:
parent
5ad4d84a97
commit
e5a4850368
3 changed files with 18 additions and 11 deletions
4
setup.py
4
setup.py
|
|
@ -1,10 +1,10 @@
|
|||
# installation: easy_install ago
|
||||
# installation: pip install ago
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name = 'ago',
|
||||
version = '0.0.7',
|
||||
version = '0.0.8',
|
||||
description = 'ago: Human readable timedeltas',
|
||||
keywords = 'ago human readable time deltas timedelta datetime',
|
||||
long_description = open('README.rst').read(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue