pypi package
This commit is contained in:
parent
a1d921915d
commit
0f60c139a9
6
MANIFEST
Normal file
6
MANIFEST
Normal file
@ -0,0 +1,6 @@
|
||||
# file GENERATED by distutils, do NOT edit
|
||||
setup.cfg
|
||||
setup.py
|
||||
humandate/__init__.py
|
||||
humandate/index.py
|
||||
humandate/tests.py
|
0
humandate/__init__.py
Normal file
0
humandate/__init__.py
Normal file
13
setup.py
Normal file
13
setup.py
Normal file
@ -0,0 +1,13 @@
|
||||
from distutils.core import setup
|
||||
setup(
|
||||
name = 'humandate',
|
||||
packages = ['humandate'],
|
||||
version = '0.1',
|
||||
description = 'Parse human-readable dates',
|
||||
author = 'Mahdi Dibaiee',
|
||||
author_email = 'mdibaiee@aol.com',
|
||||
url = 'https://github.com/mdibaiee/pyhumandate',
|
||||
download_url = 'https://github.com/mdibaiee/pyhumandate/archive/master.tar.gz',
|
||||
keywords = ['date', 'parsing', 'parser', 'time', 'datetime', 'human'],
|
||||
classifiers = [],
|
||||
)
|
Loading…
Reference in New Issue
Block a user