Skip to content

Commit 4758af8

Browse files
author
Muhammad Fahri
committed
Add URL
1 parent 1cb50b8 commit 4758af8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55

66
setuptools.setup(
77
name='zksoap',
8-
version='0.0.4',
8+
version='0.0.5',
99
author='Muhammad Fahri',
1010
author_email='[email protected]',
1111
long_description = long_description,
1212
long_description_content_type = "text/markdown",
1313
package_dir = {"": "src"},
1414
packages = setuptools.find_packages(where="src"),
1515
python_requires = ">=3.6",
16-
license='MIT'
16+
license='MIT',
17+
url='https://github.com/FAHRIZTX/ZKSoap-Python'
1718
)

0 commit comments

Comments
 (0)