Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ABizzinotto committed Sep 13, 2023
1 parent fc5448d commit 4ee2205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freckle_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Freckle client package."""
__version__ = "1.0.3" # pragma: no cover
__version__ = "1.0.4" # pragma: no cover
2 changes: 1 addition & 1 deletion noko_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Noko client package."""
__version__ = "1.0.3" # pragma: no cover
__version__ = "1.0.4" # pragma: no cover
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def read(fname):
version=app.__version__,
description="A super simple Freckle/Noko API client implementation.",
long_description=read("README.md"),
long_description_content_type="text/markdown",
license="The MIT License",
platforms=["OS Independent"],
keywords="nokotime, noko, api, client, freckle",
Expand Down

0 comments on commit 4ee2205

Please sign in to comment.