File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[metadata ]
2- name = ' dateandtimeparser '
2+ name = ' pydateparser '
33version = ' 0.0.1'
44description = ' date and time parsing library.'
55author = ' glib.ai'
6- author_email = ' samith@glib.ai '
6+ author_email = ' '
77license = ' MIT'
8- url = ' https://github.com/GlibAi/dateandtimeparser '
8+ url = ' https://github.com/GlibAi/pydateparser '
99
1010[requires ]
1111python_version = [' 3.6' ]
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- with open ('dateandtimeparser /__init__.py' , 'r' ) as f :
5+ with open ('pydateparser /__init__.py' , 'r' ) as f :
66 for line in f :
77 if line .startswith ('__version__' ):
88 version = line .strip ().split ('=' )[1 ].strip (' \' "' )
1616REQUIRES = []
1717
1818setup (
19- name = 'dateandtimeparser ' ,
19+ name = 'pydateparser ' ,
2020 version = version ,
2121 description = 'date and time parsing library.' ,
2222 long_description = readme ,
2323 author = 'glib.ai' ,
24- author_email = 'samith@glib.ai ' ,
25- maintainer = 'Samith Sha ' ,
26- maintainer_email = 'samith @glib.ai' ,
27- url = 'https://github.com/GLibAi/dateandtimeparser ' ,
24+ author_email = '' ,
25+ maintainer = 'Samit Shah ' ,
26+ maintainer_email = 'samit @glib.ai' ,
27+ url = 'https://github.com/GLibAi/pydateparser ' ,
2828 license = 'MIT' ,
2929
3030 keywords = [
You can’t perform that action at this time.
0 commit comments