Skip to content

Commit e4dd329

Browse files
docs(incorrect-homepage-url): fix url in package setup file (#8)
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 #6
1 parent 8dac3a6 commit e4dd329

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212

1313
setup(
1414
name='apimatic-core-interfaces',
15-
version='0.1.0',
16-
description='An abstract layer of the functionalities provided by apimatic-core-library, requests-client-adapter and APIMatic SDKs.',
15+
version='0.1.1',
16+
description='An abstract layer of the functionalities provided by apimatic-core-library, requests-client-adapter '
17+
'and APIMatic SDKs.',
1718
long_description=long_description,
1819
long_description_content_type="text/markdown",
1920
author='APIMatic',
2021
author_email='support@apimatic.io',
21-
url='https://apimatic.io',
22+
url='https://github.com/apimatic/core-interfaces-python',
2223
packages=find_packages(),
2324
)

0 commit comments

Comments
 (0)