Skip to content

Commit 0f01e24

Browse files
committed
Update setup.py after transfer
1 parent 4e2d9a5 commit 0f01e24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ def read(fname):
5757
name="python-freckle-client",
5858
version=app.__version__,
5959
description="A super simple Freckle/Noko API client implementation.",
60-
long_description=read("README.rst"),
60+
long_description=read("README.md"),
6161
license="The MIT License",
6262
platforms=["OS Independent"],
63-
keywords="nokotime, noko, api, client",
63+
keywords="nokotime, noko, api, client, freckle",
6464
author="OmbuLabs - The Lean Software Boutique, LLC",
6565
author_email="[email protected]",
66-
url="https://github.com/ABizzinotto/python-freckle-client",
66+
url="https://github.com/ombulabs/python-freckle-client",
6767
packages=find_packages(),
6868
include_package_data=True,
6969
install_requires=install_requires,

0 commit comments

Comments
 (0)