forgot to commit setup.py changes
This commit is contained in:
parent
51b63aa576
commit
6dc3268ff7
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -4,9 +4,9 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name = 'ago',
|
||||
version = '0.0.2',
|
||||
version = '0.0.3',
|
||||
description = 'ago: Human readable timedeltas',
|
||||
keywords = 'ago human readable time deltas timedelta',
|
||||
keywords = 'ago human readable time deltas timedelta datetime',
|
||||
long_description = open('README').read(),
|
||||
|
||||
author = 'Russell Ballestrini',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue