Skip to content

Commit 159b69a

Browse files
authored
Merge pull request #128 from aridevelopment-de/dev
Changed README accordingly to the new pypi package
2 parents 599362b + e2df270 commit 159b69a

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ Datetimeparser can even parse complex grammar and sentence structure.
3232

3333
## Examples
3434

35-
Below you can find some examples of how datetimeparser can be used.
36-
The resulting value from the parser is a datetime object, integer or None, depending on the outcome:
37-
- "Infinity" leads to -1
38-
- A wrong input date leads to None
35+
Below you can find some examples of how datetimeparser can be used.
3936

4037
```python
4138
from datetimeparser import parse
@@ -57,7 +54,7 @@ print(parse("10 days and 2 hours after 3 months before christmas 2020"))
5754

5855
Use pip to install the library:
5956
```shell
60-
$ pip install datetimeparser
57+
$ pip install python-datetimeparser
6158
```
6259

6360
## Contributing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
long_description_content_type="text/markdown",
1111
long_description=long_description,
1212
packages=['datetimeparser'],
13-
version='0.1d',
13+
version='0.1d0', # important is the zero at the end
1414
license='MIT',
1515
description='A parser library built for parsing the english language into datetime objects.',
1616
author='Ari24',

0 commit comments

Comments
 (0)