Skip to content

Commit 4d09a76

Browse files
committed
added github to pypi
1 parent 22bf4fe commit 4d09a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
88
long_description = "\n" + fh.read()
99

10-
VERSION = '1.0.2'
10+
VERSION = '1.1.0'
1111
DESCRIPTION = 'Get weather details of any city or latitude and longitude of the location. without an API key.'
1212

1313
setup(
1414
name="weatherkit",
1515
version=VERSION,
1616
author="Suvan Banerjee",
1717
author_email="<[email protected]>",
18+
url="https://github.com/suvanbanerjee/weatherkit",
1819
description=DESCRIPTION,
1920
long_description_content_type="text/markdown",
2021
long_description=long_description,

0 commit comments

Comments
 (0)