Skip to content

Commit 22c5855

Browse files
docs(incorrect-homepage-url): fix url in package setup file (#22)
This commit bears the fix in the url property of the package setup configurations. The url is now pointing towards the project repository hosted on github. closes #18
1 parent 60e91a1 commit 22c5855

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
setup(
1414
name='apimatic-core',
15-
version='0.1.3',
15+
version='0.1.4',
1616
description='A library that contains core logic and utilities for '
1717
'consuming REST APIs using Python SDKs generated by APIMatic.',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
2020
author='APIMatic',
2121
author_email='support@apimatic.io',
22-
url='https://apimatic.io',
22+
url='https://github.com/apimatic/core-lib-python',
2323
packages=find_packages(),
2424
install_requires=[
2525
'apimatic-core-interfaces~=0.1.0',

0 commit comments

Comments
 (0)