Skip to content

Commit ac02796

Browse files
committed
update metadata
1 parent 7a3f233 commit ac02796

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[metadata]
2-
name = 'dateandtimeparser'
2+
name = 'pydateparser'
33
version = '0.0.1'
44
description = 'date and time parsing library.'
55
author = 'glib.ai'
6-
author_email = 'samith@glib.ai'
6+
author_email = ''
77
license = 'MIT'
8-
url = 'https://github.com/GlibAi/dateandtimeparser'
8+
url = 'https://github.com/GlibAi/pydateparser'
99

1010
[requires]
1111
python_version = ['3.6']

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from 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(' \'"')
@@ -16,15 +16,15 @@
1616
REQUIRES = []
1717

1818
setup(
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=[

0 commit comments

Comments
 (0)