Skip to content

Commit

Permalink
rst text
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Jan 31, 2021
1 parent 7ea9ea5 commit 0009813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_version(rel_path):
author_email="bobdotcomgt@gmail.com",
description="A package to convert user input into datetime.timedelta objects",
long_description=long_description,
long_description_content_type="text/markdown",
long_description_content_type="text/x-rst",
url="https://github.com/BobDotCom/time_str",
packages=setuptools.find_packages(exclude=['tests*','build.py']),
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion time_str/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ def convert(input_string: str):


__author__='BobDotCom'
__version__='0.0.3.dev1'
__version__='0.0.3.dev2'

0 comments on commit 0009813

Please sign in to comment.