Skip to content

Commit

Permalink
Merge pull request #9 from cyberplant/patch-1
Browse files Browse the repository at this point in the history
Fix issues on MacOS (#6), bumped version to 0.2.5.
  • Loading branch information
v0lk3r authored Aug 17, 2020
2 parents c22ee96 + b791164 commit 298d508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@
os.system("cython timelib.pyx")

setup(name="timelib",
version="0.2.4",
version="0.2.5",
description="parse english textual date descriptions",
author="Ralf Schmitt",
author_email="[email protected]",
url="https://github.com/pediapress/timelib/",
ext_modules=[Extension("timelib", sources=sources,
libraries=libraries,
include_dirs=[".", "ext-date-lib"],
define_macros=[("HAVE_STRING_H", 1)])],
include_dirs=[".", "ext-date-lib"],
long_description=open("README.rst").read(),
Expand Down

0 comments on commit 298d508

Please sign in to comment.